#106425

Color #106425 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #106425

Tints of Crusoe #106425

Color information

#106425 (or 0x106425) is unknown color: approx Crusoe. HEX triplet: 10, 64 and 25. RGB value is (16,100,37). Sum of RGB (Red+Green+Blue) = 16+100+37=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #106425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106425 is #EF9BDA. Grayscale: #434343. Windows color (decimal): -15703003 or 2450448. OLE color: 2450448.

HSL color Cylindrical-coordinate representation of color #106425: hue angle of 135º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106425 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1610037-
CMYK0.8400.630.61
HSL135º72.41%22.75%-
HSV(B)135º84%39.22%-
XYZ5.19.363.29-
YUV67.7110.6791.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 100 (39.45% from 255) = 65.36%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=10.46%
G=65.36%
B=24.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100370.8400.630.6113572.4122.75
Hex1064255403F3D874817
Octal20144451240777520711027
Binary1000011001001001011010100011111111110110000111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106425; }

 p { color: rgb(16,100,37); }

 H1.HeaderClassName
 {
   color: #106425;
 }
 .AnyTagClassName
 {
   color: #106425;
 }
</style>
background-color css

<style>
 a { background-color: #106425; }

 a { background-color: rgb(16,100,37); }

 div.DivClassName
 {
   background-color: #106425;
 }
 .BgClassName
 {
   background-color: #106425;
 }
</style>
border-color css

<style>
 span { border-color: #106425; }

 span { border-color: rgb(16,100,37); }

 td.TdClassName
 {
   border-color: #106425;
 }
 .TagClassName
 {
   border-color: #106425;
 }
</style>