Shades of Crusoe #0E552C
Tints of Crusoe #0E552C
RGB
CMYK
RGB Variations
Color information
#0E552C (or 0x0E552C) is known color: Crusoe. HEX triplet: 0E, 55 and 2C. RGB value is (14,85,44). Sum of RGB (Red+Green+Blue) = 14+85+44=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #0E552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E552C is #F1AAD3. Grayscale: #3B3B3B. Windows color (decimal): -15837908 or 2905358. OLE color: 2905358.
HSL color Cylindrical-coordinate representation of color #0E552C: hue angle of 145.35º 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 #0E552C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 85 | 44 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.67 |
| HSL | 145.35º | 0.72% | 0.19% | - |
| HSV(B) | 145.35º | 0.84% | 0.33% | - |
| XYZ | 3.88 | 6.77 | 3.49 | - |
| YUV | 59.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 44 | 0.84 | 0 | 0.48 | 0.67 | 145.35 | 0.72 | 0.19 |
| Hex | E | 55 | 2C | 54 | 0 | 30 | 43 | 91 | 48 | 13 |
| Octal | 16 | 125 | 54 | 124 | 0 | 60 | 103 | 221 | 110 | 23 |
| Binary | 1110 | 1010101 | 101100 | 1010100 | 0 | 110000 | 1000011 | 10010001 | 1001000 | 10011 |
Color Harmonies of #0E552C
Complementary color
Monochromatic Colors of #0E552C
Black with #0E552C
Text Example
Text Example
White with #0E552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E552C; }
p { color: rgb(14,85,44); }
H1.HeaderClassName
{
color: #0E552C;
}
.AnyTagClassName
{
color: #0E552C;
}
</style>
background-color css
<style>
a { background-color: #0E552C; }
a { background-color: rgb(14,85,44); }
div.DivClassName
{
background-color: #0E552C;
}
.BgClassName
{
background-color: #0E552C;
}
</style>
border-color css
<style>
span { border-color: #0E552C; }
span { border-color: rgb(14,85,44); }
td.TdClassName
{
border-color: #0E552C;
}
.TagClassName
{
border-color: #0E552C;
}
</style>