Shades of Crusoe #0E552E
Tints of Crusoe #0E552E
RGB
CMYK
RGB Variations
Color information
#0E552E (or 0x0E552E) is known color: Crusoe. HEX triplet: 0E, 55 and 2E. RGB value is (14,85,46). Sum of RGB (Red+Green+Blue) = 14+85+46=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #0E552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E552E is #F1AAD1. Grayscale: #3B3B3B. Windows color (decimal): -15837906 or 3036430. OLE color: 3036430.
HSL color Cylindrical-coordinate representation of color #0E552E: hue angle of 147.04º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E552E is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 85 | 46 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.67 |
| HSL | 147.04º | 0.72% | 0.19% | - |
| HSV(B) | 147.04º | 0.84% | 0.33% | - |
| XYZ | 3.92 | 6.79 | 3.69 | - |
| YUV | 59.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 46 | 0.84 | 0 | 0.46 | 0.67 | 147.04 | 0.72 | 0.19 |
| Hex | E | 55 | 2E | 54 | 0 | 2E | 43 | 93 | 48 | 13 |
| Octal | 16 | 125 | 56 | 124 | 0 | 56 | 103 | 223 | 110 | 23 |
| Binary | 1110 | 1010101 | 101110 | 1010100 | 0 | 101110 | 1000011 | 10010011 | 1001000 | 10011 |
Color Harmonies of #0E552E
Complementary color
Monochromatic Colors of #0E552E
Black with #0E552E
Text Example
Text Example
White with #0E552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E552E; }
p { color: rgb(14,85,46); }
H1.HeaderClassName
{
color: #0E552E;
}
.AnyTagClassName
{
color: #0E552E;
}
</style>
background-color css
<style>
a { background-color: #0E552E; }
a { background-color: rgb(14,85,46); }
div.DivClassName
{
background-color: #0E552E;
}
.BgClassName
{
background-color: #0E552E;
}
</style>
border-color css
<style>
span { border-color: #0E552E; }
span { border-color: rgb(14,85,46); }
td.TdClassName
{
border-color: #0E552E;
}
.TagClassName
{
border-color: #0E552E;
}
</style>