Shades of Crusoe #0C571F
Tints of Crusoe #0C571F
RGB
CMYK
RGB Variations
Color information
#0C571F (or 0x0C571F) is known color: Crusoe. HEX triplet: 0C, 57 and 1F. RGB value is (12,87,31). Sum of RGB (Red+Green+Blue) = 12+87+31=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #0C571F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C571F is #F3A8E0. Grayscale: #3A3A3A. Windows color (decimal): -15968481 or 2053900. OLE color: 2053900.
HSL color Cylindrical-coordinate representation of color #0C571F: hue angle of 135.2º 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 #0C571F is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 12 | 87 | 31 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.66 |
| HSL | 135.2º | 0.76% | 0.19% | - |
| HSV(B) | 135.2º | 0.86% | 0.34% | - |
| XYZ | 3.81 | 6.99 | 2.45 | - |
| YUV | 58.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 87 | 31 | 0.86 | 0 | 0.64 | 0.66 | 135.2 | 0.76 | 0.19 |
| Hex | C | 57 | 1F | 56 | 0 | 40 | 42 | 87 | 4C | 13 |
| Octal | 14 | 127 | 37 | 126 | 0 | 100 | 102 | 207 | 114 | 23 |
| Binary | 1100 | 1010111 | 11111 | 1010110 | 0 | 1000000 | 1000010 | 10000111 | 1001100 | 10011 |
Color Harmonies of #0C571F
Complementary color
Monochromatic Colors of #0C571F
Black with #0C571F
Text Example
Text Example
White with #0C571F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C571F; }
p { color: rgb(12,87,31); }
H1.HeaderClassName
{
color: #0C571F;
}
.AnyTagClassName
{
color: #0C571F;
}
</style>
background-color css
<style>
a { background-color: #0C571F; }
a { background-color: rgb(12,87,31); }
div.DivClassName
{
background-color: #0C571F;
}
.BgClassName
{
background-color: #0C571F;
}
</style>
border-color css
<style>
span { border-color: #0C571F; }
span { border-color: rgb(12,87,31); }
td.TdClassName
{
border-color: #0C571F;
}
.TagClassName
{
border-color: #0C571F;
}
</style>