#006417

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

Shades of Crusoe #006417

Tints of Crusoe #006417

Color information

#006417 (or 0x006417) is unknown color: approx Crusoe. HEX triplet: 00, 64 and 17. RGB value is (0,100,23). Sum of RGB (Red+Green+Blue) = 0+100+23=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 100 (39.45% from 255 or 81.30% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 100 - color contains mainly: green. Hex color #006417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006417 is #FF9BE8. Grayscale: #3D3D3D. Windows color (decimal): -16751593 or 1532928. OLE color: 1532928.

HSL color Cylindrical-coordinate representation of color #006417: hue angle of 133.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006417 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB010023-
CMYK100.770.61
HSL133.8º100%19.61%-
HSV(B)133.8º100%39.22%-
XYZ4.719.182.33-
YUV61.32106.3784.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 81.30%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=0%
G=81.30%
B=18.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010023100.770.61133.810019.61
Hex064176404D3D866414
Octal01442714401157520614424
Binary011001001011111001000100110111110110000110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006417; }

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

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

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

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

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

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

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

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