#0C5431

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

Shades of Crusoe #0C5431

Tints of Crusoe #0C5431

Color information

#0C5431 (or 0x0C5431) is unknown color: approx Crusoe. HEX triplet: 0C, 54 and 31. RGB value is (12,84,49). Sum of RGB (Red+Green+Blue) = 12+84+49=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5431 is #F3ABCE. Grayscale: #3A3A3A. Windows color (decimal): -15969231 or 3232780. OLE color: 3232780.

HSL color Cylindrical-coordinate representation of color #0C5431: hue angle of 150.83º 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 #0C5431 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB128449-
CMYK0.8600.420.67
HSL150.83º75%18.82%-
HSV(B)150.83º85.71%32.94%-
XYZ3.886.643.98-
YUV58.48122.6594.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 84 (33.20% from 255) = 57.93%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=8.28%
G=57.93%
B=33.79%

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
Decimal1284490.8600.420.67150.837518.82
HexC54315602A43974b13
Octal141246112605210322711323
Binary1100101010011000110101100101010100001110010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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