#106417

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

Shades of Crusoe #106417

Tints of Crusoe #106417

Color information

#106417 (or 0x106417) is unknown color: approx Crusoe. HEX triplet: 10, 64 and 17. RGB value is (16,100,23). Sum of RGB (Red+Green+Blue) = 16+100+23=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #106417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106417 is #EF9BE8. Grayscale: #424242. Windows color (decimal): -15703017 or 1532944. OLE color: 1532944.

HSL color Cylindrical-coordinate representation of color #106417: hue angle of 125º 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 #106417 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB1610023-
CMYK0.8400.770.61
HSL125º72.41%22.75%-
HSV(B)125º84%39.22%-
XYZ4.939.292.34-
YUV66.11103.6792.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 100 (39.45% from 255) = 71.94%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=11.51%
G=71.94%
B=16.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100230.8400.770.6112572.4122.75
Hex1064175404D3D7d4817
Octal201442712401157517511027
Binary100001100100101111010100010011011111011111101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106417; }

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

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

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

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

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

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

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

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