#0C5518

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

Shades of Crusoe #0C5518

Tints of Crusoe #0C5518

Color information

#0C5518 (or 0x0C5518) is unknown color: approx Crusoe. HEX triplet: 0C, 55 and 18. RGB value is (12,85,24). Sum of RGB (Red+Green+Blue) = 12+85+24=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5518 is #F3AAE7. Grayscale: #383838. Windows color (decimal): -15969000 or 1594636. OLE color: 1594636.

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

Color convert

RGB128524-
CMYK0.8600.720.67
HSL129.86º75.26%19.02%-
HSV(B)129.86º85.88%33.33%-
XYZ3.566.641.96-
YUV56.22109.8296.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=9.92%
G=70.25%
B=19.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1285240.8600.720.67129.8675.2619.02
HexC55185604843824b13
Octal1412530126011010320211323
Binary1100101010111000101011001001000100001110000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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