Shades of Crusoe #0E562C
Tints of Crusoe #0E562C
RGB
CMYK
RGB Variations
Color information
#0E562C (or 0x0E562C) is known color: Crusoe. HEX triplet: 0E, 56 and 2C. RGB value is (14,86,44). Sum of RGB (Red+Green+Blue) = 14+86+44=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #0E562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E562C is #F1A9D3. Grayscale: #3B3B3B. Windows color (decimal): -15837652 or 2905614. OLE color: 2905614.
HSL color Cylindrical-coordinate representation of color #0E562C: hue angle of 145º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E562C is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 86 | 44 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.66 |
| HSL | 145º | 0.72% | 0.2% | - |
| HSV(B) | 145º | 0.84% | 0.34% | - |
| XYZ | 3.96 | 6.93 | 3.51 | - |
| YUV | 59.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 44 | 0.84 | 0 | 0.49 | 0.66 | 145 | 0.72 | 0.2 |
| Hex | E | 56 | 2C | 54 | 0 | 31 | 42 | 91 | 48 | 14 |
| Octal | 16 | 126 | 54 | 124 | 0 | 61 | 102 | 221 | 110 | 24 |
| Binary | 1110 | 1010110 | 101100 | 1010100 | 0 | 110001 | 1000010 | 10010001 | 1001000 | 10100 |
Color Harmonies of #0E562C
Complementary color
Monochromatic Colors of #0E562C
Black with #0E562C
Text Example
Text Example
White with #0E562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E562C; }
p { color: rgb(14,86,44); }
H1.HeaderClassName
{
color: #0E562C;
}
.AnyTagClassName
{
color: #0E562C;
}
</style>
background-color css
<style>
a { background-color: #0E562C; }
a { background-color: rgb(14,86,44); }
div.DivClassName
{
background-color: #0E562C;
}
.BgClassName
{
background-color: #0E562C;
}
</style>
border-color css
<style>
span { border-color: #0E562C; }
span { border-color: rgb(14,86,44); }
td.TdClassName
{
border-color: #0E562C;
}
.TagClassName
{
border-color: #0E562C;
}
</style>