Shades of Crusoe #0C562A
Tints of Crusoe #0C562A
RGB
CMYK
RGB Variations
Color information
#0C562A (or 0x0C562A) is known color: Crusoe. HEX triplet: 0C, 56 and 2A. RGB value is (12,86,42). Sum of RGB (Red+Green+Blue) = 12+86+42=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #0C562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C562A is #F3A9D5. Grayscale: #3A3A3A. Windows color (decimal): -15968726 or 2774540. OLE color: 2774540.
HSL color Cylindrical-coordinate representation of color #0C562A: hue angle of 144.32º 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 #0C562A is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 86 | 42 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.66 |
| HSL | 144.32º | 0.76% | 0.19% | - |
| HSV(B) | 144.32º | 0.86% | 0.34% | - |
| XYZ | 3.9 | 6.9 | 3.32 | - |
| YUV | 58.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 42 | 0.86 | 0 | 0.51 | 0.66 | 144.32 | 0.76 | 0.19 |
| Hex | C | 56 | 2A | 56 | 0 | 33 | 42 | 90 | 4C | 13 |
| Octal | 14 | 126 | 52 | 126 | 0 | 63 | 102 | 220 | 114 | 23 |
| Binary | 1100 | 1010110 | 101010 | 1010110 | 0 | 110011 | 1000010 | 10010000 | 1001100 | 10011 |
Color Harmonies of #0C562A
Complementary color
Monochromatic Colors of #0C562A
Black with #0C562A
Text Example
Text Example
White with #0C562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C562A; }
p { color: rgb(12,86,42); }
H1.HeaderClassName
{
color: #0C562A;
}
.AnyTagClassName
{
color: #0C562A;
}
</style>
background-color css
<style>
a { background-color: #0C562A; }
a { background-color: rgb(12,86,42); }
div.DivClassName
{
background-color: #0C562A;
}
.BgClassName
{
background-color: #0C562A;
}
</style>
border-color css
<style>
span { border-color: #0C562A; }
span { border-color: rgb(12,86,42); }
td.TdClassName
{
border-color: #0C562A;
}
.TagClassName
{
border-color: #0C562A;
}
</style>