#0C5531

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

Shades of Crusoe #0C5531

Tints of Crusoe #0C5531

Color information

#0C5531 (or 0x0C5531) is unknown color: approx Crusoe. HEX triplet: 0C, 55 and 31. RGB value is (12,85,49). Sum of RGB (Red+Green+Blue) = 12+85+49=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5531 is #F3AACE. Grayscale: #3B3B3B. Windows color (decimal): -15968975 or 3233036. OLE color: 3233036.

HSL color Cylindrical-coordinate representation of color #0C5531: hue angle of 150.41º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5531 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB128549-
CMYK0.8600.420.67
HSL150.41º75.26%19.02%-
HSV(B)150.41º85.88%33.33%-
XYZ3.956.84.01-
YUV59.07122.3294.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=8.22%
G=58.22%
B=33.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285490.8600.420.67150.4175.2619.02
HexC55315602A43964b13
Octal141256112605210322611323
Binary1100101010111000110101100101010100001110010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,85,49); }

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

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

 a { background-color: rgb(12,85,49); }

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

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

 span { border-color: rgb(12,85,49); }

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