Shades of Crusoe #0C581A
Tints of Crusoe #0C581A
RGB
CMYK
RGB Variations
Color information
#0C581A (or 0x0C581A) is known color: Crusoe. HEX triplet: 0C, 58 and 1A. RGB value is (12,88,26). Sum of RGB (Red+Green+Blue) = 12+88+26=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #0C581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C581A is #F3A7E5. Grayscale: #3A3A3A. Windows color (decimal): -15968230 or 1726476. OLE color: 1726476.
HSL color Cylindrical-coordinate representation of color #0C581A: hue angle of 131.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C581A is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 26 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.65 |
| HSL | 131.05º | 0.76% | 0.2% | - |
| HSV(B) | 131.05º | 0.86% | 0.35% | - |
| XYZ | 3.83 | 7.13 | 2.15 | - |
| YUV | 58.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 26 | 0.86 | 0 | 0.70 | 0.65 | 131.05 | 0.76 | 0.2 |
| Hex | C | 58 | 1A | 56 | 0 | 46 | 41 | 83 | 4C | 14 |
| Octal | 14 | 130 | 32 | 126 | 0 | 106 | 101 | 203 | 114 | 24 |
| Binary | 1100 | 1011000 | 11010 | 1010110 | 0 | 1000110 | 1000001 | 10000011 | 1001100 | 10100 |
Color Harmonies of #0C581A
Complementary color
Monochromatic Colors of #0C581A
Black with #0C581A
Text Example
Text Example
White with #0C581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C581A; }
p { color: rgb(12,88,26); }
H1.HeaderClassName
{
color: #0C581A;
}
.AnyTagClassName
{
color: #0C581A;
}
</style>
background-color css
<style>
a { background-color: #0C581A; }
a { background-color: rgb(12,88,26); }
div.DivClassName
{
background-color: #0C581A;
}
.BgClassName
{
background-color: #0C581A;
}
</style>
border-color css
<style>
span { border-color: #0C581A; }
span { border-color: rgb(12,88,26); }
td.TdClassName
{
border-color: #0C581A;
}
.TagClassName
{
border-color: #0C581A;
}
</style>