#006624

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

Shades of Crusoe #006624

Tints of Crusoe #006624

Color information

#006624 (or 0x006624) is unknown color: approx Crusoe. HEX triplet: 00, 66 and 24. RGB value is (0,102,36). Sum of RGB (Red+Green+Blue) = 0+102+36=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #006624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006624 is #FF99DB. Grayscale: #404040. Windows color (decimal): -16751068 or 2385408. OLE color: 2385408.

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

Color convert

RGB010236-
CMYK100.650.6
HSL141.18º100%20%-
HSV(B)141.18º100%40%-
XYZ5.079.633.26-
YUV63.98112.2182.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 73.91%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=0%
G=73.91%
B=26.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010236100.650.6141.1810020
Hex06624640413C8d6414
Octal01464414401017421514424
Binary0110011010010011001000100000111110010001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006624; }

 p { color: rgb(0,102,36); }

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

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

 a { background-color: rgb(0,102,36); }

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

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

 span { border-color: rgb(0,102,36); }

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