Shades of Crusoe #0C511C
Tints of Crusoe #0C511C
RGB
CMYK
RGB Variations
Color information
#0C511C (or 0x0C511C) is known color: Crusoe. HEX triplet: 0C, 51 and 1C. RGB value is (12,81,28). Sum of RGB (Red+Green+Blue) = 12+81+28=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #0C511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C511C is #F3AEE3. Grayscale: #363636. Windows color (decimal): -15970020 or 1855756. OLE color: 1855756.
HSL color Cylindrical-coordinate representation of color #0C511C: hue angle of 133.91º 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 #0C511C is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 28 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.68 |
| HSL | 133.91º | 0.74% | 0.18% | - |
| HSV(B) | 133.91º | 0.85% | 0.32% | - |
| XYZ | 3.3 | 6.05 | 2.09 | - |
| YUV | 54.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 28 | 0.85 | 0 | 0.65 | 0.68 | 133.91 | 0.74 | 0.18 |
| Hex | C | 51 | 1C | 55 | 0 | 41 | 44 | 86 | 4A | 12 |
| Octal | 14 | 121 | 34 | 125 | 0 | 101 | 104 | 206 | 112 | 22 |
| Binary | 1100 | 1010001 | 11100 | 1010101 | 0 | 1000001 | 1000100 | 10000110 | 1001010 | 10010 |
Color Harmonies of #0C511C
Complementary color
Monochromatic Colors of #0C511C
Black with #0C511C
Text Example
Text Example
White with #0C511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C511C; }
p { color: rgb(12,81,28); }
H1.HeaderClassName
{
color: #0C511C;
}
.AnyTagClassName
{
color: #0C511C;
}
</style>
background-color css
<style>
a { background-color: #0C511C; }
a { background-color: rgb(12,81,28); }
div.DivClassName
{
background-color: #0C511C;
}
.BgClassName
{
background-color: #0C511C;
}
</style>
border-color css
<style>
span { border-color: #0C511C; }
span { border-color: rgb(12,81,28); }
td.TdClassName
{
border-color: #0C511C;
}
.TagClassName
{
border-color: #0C511C;
}
</style>