Shades of Crusoe #0E511C
Tints of Crusoe #0E511C
RGB
CMYK
RGB Variations
Color information
#0E511C (or 0x0E511C) is known color: Crusoe. HEX triplet: 0E, 51 and 1C. RGB value is (14,81,28). Sum of RGB (Red+Green+Blue) = 14+81+28=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #0E511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E511C is #F1AEE3. Grayscale: #373737. Windows color (decimal): -15838948 or 1855758. OLE color: 1855758.
HSL color Cylindrical-coordinate representation of color #0E511C: hue angle of 132.54º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E511C is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 81 | 28 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.68 |
| HSL | 132.54º | 0.71% | 0.19% | - |
| HSV(B) | 132.54º | 0.83% | 0.32% | - |
| XYZ | 3.33 | 6.06 | 2.09 | - |
| YUV | 54.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 28 | 0.83 | 0 | 0.65 | 0.68 | 132.54 | 0.71 | 0.19 |
| Hex | E | 51 | 1C | 53 | 0 | 41 | 44 | 85 | 47 | 13 |
| Octal | 16 | 121 | 34 | 123 | 0 | 101 | 104 | 205 | 107 | 23 |
| Binary | 1110 | 1010001 | 11100 | 1010011 | 0 | 1000001 | 1000100 | 10000101 | 1000111 | 10011 |
Color Harmonies of #0E511C
Complementary color
Monochromatic Colors of #0E511C
Black with #0E511C
Text Example
Text Example
White with #0E511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E511C; }
p { color: rgb(14,81,28); }
H1.HeaderClassName
{
color: #0E511C;
}
.AnyTagClassName
{
color: #0E511C;
}
</style>
background-color css
<style>
a { background-color: #0E511C; }
a { background-color: rgb(14,81,28); }
div.DivClassName
{
background-color: #0E511C;
}
.BgClassName
{
background-color: #0E511C;
}
</style>
border-color css
<style>
span { border-color: #0E511C; }
span { border-color: rgb(14,81,28); }
td.TdClassName
{
border-color: #0E511C;
}
.TagClassName
{
border-color: #0E511C;
}
</style>