#0C5933

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

Shades of Crusoe #0C5933

Tints of Crusoe #0C5933

Color information

#0C5933 (or 0x0C5933) is unknown color: approx Crusoe. HEX triplet: 0C, 59 and 33. RGB value is (12,89,51). Sum of RGB (Red+Green+Blue) = 12+89+51=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5933 is #F3A6CC. Grayscale: #3D3D3D. Windows color (decimal): -15967949 or 3365132. OLE color: 3365132.

HSL color Cylindrical-coordinate representation of color #0C5933: hue angle of 150.39º 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 #0C5933 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB128951-
CMYK0.8700.430.65
HSL150.39º76.24%19.8%-
HSV(B)150.39º86.52%34.9%-
XYZ4.327.464.34-
YUV61.64121.9992.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.89%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=7.89%
G=58.55%
B=33.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1289510.8700.430.65150.3976.2419.8
HexC59335702B41964c14
Octal141316312705310122611424
Binary1100101100111001110101110101011100000110010110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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