Shades of Crusoe #0E5822
Tints of Crusoe #0E5822
RGB
CMYK
RGB Variations
Color information
#0E5822 (or 0x0E5822) is known color: Crusoe. HEX triplet: 0E, 58 and 22. RGB value is (14,88,34). Sum of RGB (Red+Green+Blue) = 14+88+34=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #0E5822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5822 is #F1A7DD. Grayscale: #3B3B3B. Windows color (decimal): -15837150 or 2250766. OLE color: 2250766.
HSL color Cylindrical-coordinate representation of color #0E5822: hue angle of 136.22º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5822 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 88 | 34 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.65 |
| HSL | 136.22º | 0.73% | 0.2% | - |
| HSV(B) | 136.22º | 0.84% | 0.35% | - |
| XYZ | 3.96 | 7.19 | 2.69 | - |
| YUV | 59.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 34 | 0.84 | 0 | 0.61 | 0.65 | 136.22 | 0.73 | 0.2 |
| Hex | E | 58 | 22 | 54 | 0 | 3D | 41 | 88 | 49 | 14 |
| Octal | 16 | 130 | 42 | 124 | 0 | 75 | 101 | 210 | 111 | 24 |
| Binary | 1110 | 1011000 | 100010 | 1010100 | 0 | 111101 | 1000001 | 10001000 | 1001001 | 10100 |
Color Harmonies of #0E5822
Complementary color
Monochromatic Colors of #0E5822
Black with #0E5822
Text Example
Text Example
White with #0E5822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5822; }
p { color: rgb(14,88,34); }
H1.HeaderClassName
{
color: #0E5822;
}
.AnyTagClassName
{
color: #0E5822;
}
</style>
background-color css
<style>
a { background-color: #0E5822; }
a { background-color: rgb(14,88,34); }
div.DivClassName
{
background-color: #0E5822;
}
.BgClassName
{
background-color: #0E5822;
}
</style>
border-color css
<style>
span { border-color: #0E5822; }
span { border-color: rgb(14,88,34); }
td.TdClassName
{
border-color: #0E5822;
}
.TagClassName
{
border-color: #0E5822;
}
</style>