#006B24

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

Shades of Crusoe #006B24

Tints of Crusoe #006B24

Color information

#006B24 (or 0x006B24) is unknown color: approx Crusoe. HEX triplet: 00, 6B and 24. RGB value is (0,107,36). Sum of RGB (Red+Green+Blue) = 0+107+36=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #006B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006B24 is #FF94DB. Grayscale: #434343. Windows color (decimal): -16749788 or 2386688. OLE color: 2386688.

HSL color Cylindrical-coordinate representation of color #006B24: hue angle of 140.19º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B24 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB010736-
CMYK100.660.58
HSL140.19º100%20.98%-
HSV(B)140.19º100%41.96%-
XYZ5.5810.643.43-
YUV66.91110.5580.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=0%
G=74.83%
B=25.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010736100.660.58140.1910020.98
Hex06B24640423A8c6415
Octal01534414401027221414425
Binary0110101110010011001000100001011101010001100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006B24; }

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

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

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

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

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

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

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

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