Shades of Crusoe #0E5630
Tints of Crusoe #0E5630
RGB
CMYK
RGB Variations
Color information
#0E5630 (or 0x0E5630) is known color: Crusoe. HEX triplet: 0E, 56 and 30. RGB value is (14,86,48). Sum of RGB (Red+Green+Blue) = 14+86+48=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5630 is #F1A9CF. Grayscale: #3C3C3C. Windows color (decimal): -15837648 or 3167758. OLE color: 3167758.
HSL color Cylindrical-coordinate representation of color #0E5630: hue angle of 148.33º 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 #0E5630 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 86 | 48 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.66 |
| HSL | 148.33º | 0.72% | 0.2% | - |
| HSV(B) | 148.33º | 0.84% | 0.34% | - |
| XYZ | 4.04 | 6.96 | 3.93 | - |
| YUV | 60.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 48 | 0.84 | 0 | 0.44 | 0.66 | 148.33 | 0.72 | 0.2 |
| Hex | E | 56 | 30 | 54 | 0 | 2C | 42 | 94 | 48 | 14 |
| Octal | 16 | 126 | 60 | 124 | 0 | 54 | 102 | 224 | 110 | 24 |
| Binary | 1110 | 1010110 | 110000 | 1010100 | 0 | 101100 | 1000010 | 10010100 | 1001000 | 10100 |
Color Harmonies of #0E5630
Complementary color
Monochromatic Colors of #0E5630
Black with #0E5630
Text Example
Text Example
White with #0E5630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5630; }
p { color: rgb(14,86,48); }
H1.HeaderClassName
{
color: #0E5630;
}
.AnyTagClassName
{
color: #0E5630;
}
</style>
background-color css
<style>
a { background-color: #0E5630; }
a { background-color: rgb(14,86,48); }
div.DivClassName
{
background-color: #0E5630;
}
.BgClassName
{
background-color: #0E5630;
}
</style>
border-color css
<style>
span { border-color: #0E5630; }
span { border-color: rgb(14,86,48); }
td.TdClassName
{
border-color: #0E5630;
}
.TagClassName
{
border-color: #0E5630;
}
</style>