#0C5524

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

Shades of Crusoe #0C5524

Tints of Crusoe #0C5524

Color information

#0C5524 (or 0x0C5524) is unknown color: approx Crusoe. HEX triplet: 0C, 55 and 24. RGB value is (12,85,36). Sum of RGB (Red+Green+Blue) = 12+85+36=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5524 is #F3AADB. Grayscale: #393939. Windows color (decimal): -15968988 or 2381068. OLE color: 2381068.

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

Color convert

RGB128536-
CMYK0.8600.580.67
HSL139.73º75.26%19.02%-
HSV(B)139.73º85.88%33.33%-
XYZ3.726.72.77-
YUV57.59115.8295.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=9.02%
G=63.91%
B=27.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285360.8600.580.67139.7375.2619.02
HexC55245603A438c4b13
Octal141254412607210321411323
Binary1100101010110010010101100111010100001110001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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