#0C541B

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

Shades of Crusoe #0C541B

Tints of Crusoe #0C541B

Color information

#0C541B (or 0x0C541B) is unknown color: approx Crusoe. HEX triplet: 0C, 54 and 1B. RGB value is (12,84,27). Sum of RGB (Red+Green+Blue) = 12+84+27=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #0C541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C541B is #F3ABE4. Grayscale: #383838. Windows color (decimal): -15969253 or 1790988. OLE color: 1790988.

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

Color convert

RGB128427-
CMYK0.8600.680.67
HSL132.5º75%18.82%-
HSV(B)132.5º85.71%32.94%-
XYZ3.526.52.11-
YUV55.97111.6596.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 84 (33.20% from 255) = 68.29%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=9.76%
G=68.29%
B=21.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284270.8600.680.67132.57518.82
HexC541B5604443844b13
Octal1412433126010410320411323
Binary1100101010011011101011001000100100001110000100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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