Shades of Crusoe #0C5026
Tints of Crusoe #0C5026
RGB
CMYK
RGB Variations
Color information
#0C5026 (or 0x0C5026) is known color: Crusoe. HEX triplet: 0C, 50 and 26. RGB value is (12,80,38). Sum of RGB (Red+Green+Blue) = 12+80+38=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #0C5026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5026 is #F3AFD9. Grayscale: #363636. Windows color (decimal): -15970266 or 2510860. OLE color: 2510860.
HSL color Cylindrical-coordinate representation of color #0C5026: hue angle of 142.94º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5026 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 80 | 38 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.69 |
| HSL | 142.94º | 0.74% | 0.18% | - |
| HSV(B) | 142.94º | 0.85% | 0.31% | - |
| XYZ | 3.37 | 5.96 | 2.81 | - |
| YUV | 54.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 80 | 38 | 0.85 | 0 | 0.52 | 0.69 | 142.94 | 0.74 | 0.18 |
| Hex | C | 50 | 26 | 55 | 0 | 34 | 45 | 8F | 4A | 12 |
| Octal | 14 | 120 | 46 | 125 | 0 | 64 | 105 | 217 | 112 | 22 |
| Binary | 1100 | 1010000 | 100110 | 1010101 | 0 | 110100 | 1000101 | 10001111 | 1001010 | 10010 |
Color Harmonies of #0C5026
Complementary color
Monochromatic Colors of #0C5026
Black with #0C5026
Text Example
Text Example
White with #0C5026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5026; }
p { color: rgb(12,80,38); }
H1.HeaderClassName
{
color: #0C5026;
}
.AnyTagClassName
{
color: #0C5026;
}
</style>
background-color css
<style>
a { background-color: #0C5026; }
a { background-color: rgb(12,80,38); }
div.DivClassName
{
background-color: #0C5026;
}
.BgClassName
{
background-color: #0C5026;
}
</style>
border-color css
<style>
span { border-color: #0C5026; }
span { border-color: rgb(12,80,38); }
td.TdClassName
{
border-color: #0C5026;
}
.TagClassName
{
border-color: #0C5026;
}
</style>