#0C6E24

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

Shades of Crusoe #0C6E24

Tints of Crusoe #0C6E24

Color information

#0C6E24 (or 0x0C6E24) is unknown color: approx Crusoe. HEX triplet: 0C, 6E and 24. RGB value is (12,110,36). Sum of RGB (Red+Green+Blue) = 12+110+36=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6E24 is #F391DB. Grayscale: #484848. Windows color (decimal): -15962588 or 2387468. OLE color: 2387468.

HSL color Cylindrical-coordinate representation of color #0C6E24: hue angle of 134.69º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E24 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB1211036-
CMYK0.8900.670.57
HSL134.69º80.33%23.92%-
HSV(B)134.69º89.09%43.14%-
XYZ6.0511.363.54-
YUV72.26107.5385.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.59%
GREEN value IS 110 (43.36% from 255) = 69.62%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=7.59%
G=69.62%
B=22.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal12110360.8900.670.57134.6980.3323.92
HexC6E245904339875018
Octal141564413101037120712030
Binary1100110111010010010110010100001111100110000111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6E24; }

 p { color: rgb(12,110,36); }

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

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

 a { background-color: rgb(12,110,36); }

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

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

 span { border-color: rgb(12,110,36); }

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