Shades of Crusoe #0E5020
Tints of Crusoe #0E5020
RGB
CMYK
RGB Variations
Color information
#0E5020 (or 0x0E5020) is known color: Crusoe. HEX triplet: 0E, 50 and 20. RGB value is (14,80,32). Sum of RGB (Red+Green+Blue) = 14+80+32=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #0E5020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5020 is #F1AFDF. Grayscale: #363636. Windows color (decimal): -15839200 or 2117646. OLE color: 2117646.
HSL color Cylindrical-coordinate representation of color #0E5020: hue angle of 136.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E5020 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 80 | 32 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.69 |
| HSL | 136.36º | 0.7% | 0.18% | - |
| HSV(B) | 136.36º | 0.83% | 0.31% | - |
| XYZ | 3.31 | 5.93 | 2.34 | - |
| YUV | 54.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 32 | 0.83 | 0 | 0.60 | 0.69 | 136.36 | 0.7 | 0.18 |
| Hex | E | 50 | 20 | 53 | 0 | 3C | 45 | 88 | 46 | 12 |
| Octal | 16 | 120 | 40 | 123 | 0 | 74 | 105 | 210 | 106 | 22 |
| Binary | 1110 | 1010000 | 100000 | 1010011 | 0 | 111100 | 1000101 | 10001000 | 1000110 | 10010 |
Color Harmonies of #0E5020
Complementary color
Monochromatic Colors of #0E5020
Black with #0E5020
Text Example
Text Example
White with #0E5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5020; }
p { color: rgb(14,80,32); }
H1.HeaderClassName
{
color: #0E5020;
}
.AnyTagClassName
{
color: #0E5020;
}
</style>
background-color css
<style>
a { background-color: #0E5020; }
a { background-color: rgb(14,80,32); }
div.DivClassName
{
background-color: #0E5020;
}
.BgClassName
{
background-color: #0E5020;
}
</style>
border-color css
<style>
span { border-color: #0E5020; }
span { border-color: rgb(14,80,32); }
td.TdClassName
{
border-color: #0E5020;
}
.TagClassName
{
border-color: #0E5020;
}
</style>