Shades of Crusoe #0E6229
Tints of Crusoe #0E6229
RGB
CMYK
RGB Variations
Color information
#0E6229 (or 0x0E6229) is known color: Crusoe. HEX triplet: 0E, 62 and 29. RGB value is (14,98,41). Sum of RGB (Red+Green+Blue) = 14+98+41=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6229 is #F19DD6. Grayscale: #424242. Windows color (decimal): -15834583 or 2712078. OLE color: 2712078.
HSL color Cylindrical-coordinate representation of color #0E6229: hue angle of 139.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6229 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 98 | 41 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.62 |
| HSL | 139.29º | 0.75% | 0.22% | - |
| HSV(B) | 139.29º | 0.86% | 0.38% | - |
| XYZ | 4.95 | 8.99 | 3.57 | - |
| YUV | 66.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 41 | 0.86 | 0 | 0.58 | 0.62 | 139.29 | 0.75 | 0.22 |
| Hex | E | 62 | 29 | 56 | 0 | 3A | 3E | 8B | 4B | 16 |
| Octal | 16 | 142 | 51 | 126 | 0 | 72 | 76 | 213 | 113 | 26 |
| Binary | 1110 | 1100010 | 101001 | 1010110 | 0 | 111010 | 111110 | 10001011 | 1001011 | 10110 |
Color Harmonies of #0E6229
Complementary color
Monochromatic Colors of #0E6229
Black with #0E6229
Text Example
Text Example
White with #0E6229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6229; }
p { color: rgb(14,98,41); }
H1.HeaderClassName
{
color: #0E6229;
}
.AnyTagClassName
{
color: #0E6229;
}
</style>
background-color css
<style>
a { background-color: #0E6229; }
a { background-color: rgb(14,98,41); }
div.DivClassName
{
background-color: #0E6229;
}
.BgClassName
{
background-color: #0E6229;
}
</style>
border-color css
<style>
span { border-color: #0E6229; }
span { border-color: rgb(14,98,41); }
td.TdClassName
{
border-color: #0E6229;
}
.TagClassName
{
border-color: #0E6229;
}
</style>