#0C541A

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

Shades of Crusoe #0C541A

Tints of Crusoe #0C541A

Color information

#0C541A (or 0x0C541A) is unknown color: approx Crusoe. HEX triplet: 0C, 54 and 1A. RGB value is (12,84,26). Sum of RGB (Red+Green+Blue) = 12+84+26=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #0C541A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C541A is #F3ABE5. Grayscale: #383838. Windows color (decimal): -15969254 or 1725452. OLE color: 1725452.

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

Color convert

RGB128426-
CMYK0.8600.690.67
HSL131.67º75%18.82%-
HSV(B)131.67º85.71%32.94%-
XYZ3.516.492.05-
YUV55.86111.1596.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=9.84%
G=68.85%
B=21.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1284260.8600.690.67131.677518.82
HexC541A5604543844b13
Octal1412432126010510320411323
Binary1100101010011010101011001000101100001110000100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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