Shades of Crusoe #0C5622
Tints of Crusoe #0C5622
RGB
CMYK
RGB Variations
Color information
#0C5622 (or 0x0C5622) is known color: Crusoe. HEX triplet: 0C, 56 and 22. RGB value is (12,86,34). Sum of RGB (Red+Green+Blue) = 12+86+34=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #0C5622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5622 is #F3A9DD. Grayscale: #3A3A3A. Windows color (decimal): -15968734 or 2250252. OLE color: 2250252.
HSL color Cylindrical-coordinate representation of color #0C5622: hue angle of 137.84º 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 #0C5622 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 86 | 34 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.66 |
| HSL | 137.84º | 0.76% | 0.19% | - |
| HSV(B) | 137.84º | 0.86% | 0.34% | - |
| XYZ | 3.77 | 6.85 | 2.64 | - |
| YUV | 57.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 86 | 34 | 0.86 | 0 | 0.60 | 0.66 | 137.84 | 0.76 | 0.19 |
| Hex | C | 56 | 22 | 56 | 0 | 3C | 42 | 8A | 4C | 13 |
| Octal | 14 | 126 | 42 | 126 | 0 | 74 | 102 | 212 | 114 | 23 |
| Binary | 1100 | 1010110 | 100010 | 1010110 | 0 | 111100 | 1000010 | 10001010 | 1001100 | 10011 |
Color Harmonies of #0C5622
Complementary color
Monochromatic Colors of #0C5622
Black with #0C5622
Text Example
Text Example
White with #0C5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5622; }
p { color: rgb(12,86,34); }
H1.HeaderClassName
{
color: #0C5622;
}
.AnyTagClassName
{
color: #0C5622;
}
</style>
background-color css
<style>
a { background-color: #0C5622; }
a { background-color: rgb(12,86,34); }
div.DivClassName
{
background-color: #0C5622;
}
.BgClassName
{
background-color: #0C5622;
}
</style>
border-color css
<style>
span { border-color: #0C5622; }
span { border-color: rgb(12,86,34); }
td.TdClassName
{
border-color: #0C5622;
}
.TagClassName
{
border-color: #0C5622;
}
</style>