Shades of Crusoe #0E6520
Tints of Crusoe #0E6520
RGB
CMYK
RGB Variations
Color information
#0E6520 (or 0x0E6520) is known color: Crusoe. HEX triplet: 0E, 65 and 20. RGB value is (14,101,32). Sum of RGB (Red+Green+Blue) = 14+101+32=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6520 is #F19ADF. Grayscale: #434343. Windows color (decimal): -15833824 or 2123022. OLE color: 2123022.
HSL color Cylindrical-coordinate representation of color #0E6520: hue angle of 132.41º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6520 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 101 | 32 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.60 |
| HSL | 132.41º | 0.76% | 0.23% | - |
| HSV(B) | 132.41º | 0.86% | 0.4% | - |
| XYZ | 5.1 | 9.51 | 2.93 | - |
| YUV | 67.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 32 | 0.86 | 0 | 0.68 | 0.60 | 132.41 | 0.76 | 0.23 |
| Hex | E | 65 | 20 | 56 | 0 | 44 | 3C | 84 | 4C | 17 |
| Octal | 16 | 145 | 40 | 126 | 0 | 104 | 74 | 204 | 114 | 27 |
| Binary | 1110 | 1100101 | 100000 | 1010110 | 0 | 1000100 | 111100 | 10000100 | 1001100 | 10111 |
Color Harmonies of #0E6520
Complementary color
Monochromatic Colors of #0E6520
Black with #0E6520
Text Example
Text Example
White with #0E6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6520; }
p { color: rgb(14,101,32); }
H1.HeaderClassName
{
color: #0E6520;
}
.AnyTagClassName
{
color: #0E6520;
}
</style>
background-color css
<style>
a { background-color: #0E6520; }
a { background-color: rgb(14,101,32); }
div.DivClassName
{
background-color: #0E6520;
}
.BgClassName
{
background-color: #0E6520;
}
</style>
border-color css
<style>
span { border-color: #0E6520; }
span { border-color: rgb(14,101,32); }
td.TdClassName
{
border-color: #0E6520;
}
.TagClassName
{
border-color: #0E6520;
}
</style>