#006416

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

Shades of Crusoe #006416

Tints of Crusoe #006416

Color information

#006416 (or 0x006416) is unknown color: approx Crusoe. HEX triplet: 00, 64 and 16. RGB value is (0,100,22). Sum of RGB (Red+Green+Blue) = 0+100+22=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 100 (39.45% from 255 or 81.97% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 100 - color contains mainly: green. Hex color #006416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006416 is #FF9BE9. Grayscale: #3D3D3D. Windows color (decimal): -16751594 or 1467392. OLE color: 1467392.

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

Color convert

RGB010022-
CMYK100.780.61
HSL133.2º100%19.61%-
HSV(B)133.2º100%39.22%-
XYZ4.79.172.28-
YUV61.21105.8784.34-

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.97%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=0%
G=81.97%
B=18.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010022100.780.61133.210019.61
Hex064166404E3D856414
Octal01442614401167520514424
Binary011001001011011001000100111011110110000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006416; }

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

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

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

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

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

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

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

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