#0C5532

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

Shades of Crusoe #0C5532

Tints of Crusoe #0C5532

Color information

#0C5532 (or 0x0C5532) is unknown color: approx Crusoe. HEX triplet: 0C, 55 and 32. RGB value is (12,85,50). Sum of RGB (Red+Green+Blue) = 12+85+50=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5532 is #F3AACD. Grayscale: #3B3B3B. Windows color (decimal): -15968974 or 3298572. OLE color: 3298572.

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

Color convert

RGB128550-
CMYK0.8600.410.67
HSL151.23º75.26%19.02%-
HSV(B)151.23º85.88%33.33%-
XYZ3.986.814.12-
YUV59.18122.8294.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=8.16%
G=57.82%
B=34.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285500.8600.410.67151.2375.2619.02
HexC55325602943974b13
Octal141256212605110322711323
Binary1100101010111001010101100101001100001110010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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