#0C561A

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

Shades of Crusoe #0C561A

Tints of Crusoe #0C561A

Color information

#0C561A (or 0x0C561A) is unknown color: approx Crusoe. HEX triplet: 0C, 56 and 1A. RGB value is (12,86,26). Sum of RGB (Red+Green+Blue) = 12+86+26=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #0C561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C561A is #F3A9E5. Grayscale: #393939. Windows color (decimal): -15968742 or 1725964. OLE color: 1725964.

HSL color Cylindrical-coordinate representation of color #0C561A: hue angle of 131.35º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C561A is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB128626-
CMYK0.8600.700.66
HSL131.35º75.51%19.22%-
HSV(B)131.35º86.05%33.73%-
XYZ3.676.812.1-
YUV57.03110.4895.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 86 (33.98% from 255) = 69.35%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=9.68%
G=69.35%
B=20.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1286260.8600.700.66131.3575.5119.22
HexC561A5604642834c13
Octal1412632126010610220311423
Binary1100101011011010101011001000110100001010000011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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