#0C5C16

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

Shades of Crusoe #0C5C16

Tints of Crusoe #0C5C16

Color information

#0C5C16 (or 0x0C5C16) is unknown color: approx Crusoe. HEX triplet: 0C, 5C and 16. RGB value is (12,92,22). Sum of RGB (Red+Green+Blue) = 12+92+22=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #0C5C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5C16 is #F3A3E9. Grayscale: #3C3C3C. Windows color (decimal): -15967210 or 1465356. OLE color: 1465356.

HSL color Cylindrical-coordinate representation of color #0C5C16: hue angle of 127.5º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5C16 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB129222-
CMYK0.8700.760.64
HSL127.5º76.92%20.39%-
HSV(B)127.5º86.96%36.08%-
XYZ4.127.792.05-
YUV60.1106.593.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 92 (36.33% from 255) = 73.02%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=9.52%
G=73.02%
B=17.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1292220.8700.760.64127.576.9220.39
HexC5C165704C40804d14
Octal1413426127011410020011524
Binary1100101110010110101011101001100100000010000000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,92,22); }

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

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

 a { background-color: rgb(12,92,22); }

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

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

 span { border-color: rgb(12,92,22); }

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