#0C5932

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

Shades of Crusoe #0C5932

Tints of Crusoe #0C5932

Color information

#0C5932 (or 0x0C5932) is unknown color: approx Crusoe. HEX triplet: 0C, 59 and 32. RGB value is (12,89,50). Sum of RGB (Red+Green+Blue) = 12+89+50=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5932 is #F3A6CD. Grayscale: #3D3D3D. Windows color (decimal): -15967950 or 3299596. OLE color: 3299596.

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

Color convert

RGB128950-
CMYK0.8700.440.65
HSL149.61º76.24%19.8%-
HSV(B)149.61º86.52%34.9%-
XYZ4.37.454.23-
YUV61.53121.4992.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.95%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=7.95%
G=58.94%
B=33.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289500.8700.440.65149.6176.2419.8
HexC59325702C41964c14
Octal141316212705410122611424
Binary1100101100111001010101110101100100000110010110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,50); }

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

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

 a { background-color: rgb(12,89,50); }

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

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

 span { border-color: rgb(12,89,50); }

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