Shades of Crusoe #0C511D
Tints of Crusoe #0C511D
RGB
CMYK
RGB Variations
Color information
#0C511D (or 0x0C511D) is known color: Crusoe. HEX triplet: 0C, 51 and 1D. RGB value is (12,81,29). Sum of RGB (Red+Green+Blue) = 12+81+29=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #0C511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C511D is #F3AEE2. Grayscale: #363636. Windows color (decimal): -15970019 or 1921292. OLE color: 1921292.
HSL color Cylindrical-coordinate representation of color #0C511D: hue angle of 134.78º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C511D is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 29 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.68 |
| HSL | 134.78º | 0.74% | 0.18% | - |
| HSV(B) | 134.78º | 0.85% | 0.32% | - |
| XYZ | 3.32 | 6.05 | 2.16 | - |
| YUV | 54.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 29 | 0.85 | 0 | 0.64 | 0.68 | 134.78 | 0.74 | 0.18 |
| Hex | C | 51 | 1D | 55 | 0 | 40 | 44 | 87 | 4A | 12 |
| Octal | 14 | 121 | 35 | 125 | 0 | 100 | 104 | 207 | 112 | 22 |
| Binary | 1100 | 1010001 | 11101 | 1010101 | 0 | 1000000 | 1000100 | 10000111 | 1001010 | 10010 |
Color Harmonies of #0C511D
Complementary color
Monochromatic Colors of #0C511D
Black with #0C511D
Text Example
Text Example
White with #0C511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C511D; }
p { color: rgb(12,81,29); }
H1.HeaderClassName
{
color: #0C511D;
}
.AnyTagClassName
{
color: #0C511D;
}
</style>
background-color css
<style>
a { background-color: #0C511D; }
a { background-color: rgb(12,81,29); }
div.DivClassName
{
background-color: #0C511D;
}
.BgClassName
{
background-color: #0C511D;
}
</style>
border-color css
<style>
span { border-color: #0C511D; }
span { border-color: rgb(12,81,29); }
td.TdClassName
{
border-color: #0C511D;
}
.TagClassName
{
border-color: #0C511D;
}
</style>