#0C5624

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

Shades of Crusoe #0C5624

Tints of Crusoe #0C5624

Color information

#0C5624 (or 0x0C5624) is unknown color: approx Crusoe. HEX triplet: 0C, 56 and 24. RGB value is (12,86,36). Sum of RGB (Red+Green+Blue) = 12+86+36=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5624 is #F3A9DB. Grayscale: #3A3A3A. Windows color (decimal): -15968732 or 2381324. OLE color: 2381324.

HSL color Cylindrical-coordinate representation of color #0C5624: hue angle of 139.46º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5624 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB128636-
CMYK0.8600.580.66
HSL139.46º75.51%19.22%-
HSV(B)139.46º86.05%33.73%-
XYZ3.86.862.79-
YUV58.17115.4895.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=8.96%
G=64.18%
B=26.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286360.8600.580.66139.4675.5119.22
HexC56245603A428b4c13
Octal141264412607210221311423
Binary1100101011010010010101100111010100001010001011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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