Shades of Crusoe #0E6226
Tints of Crusoe #0E6226
RGB
CMYK
RGB Variations
Color information
#0E6226 (or 0x0E6226) is known color: Crusoe. HEX triplet: 0E, 62 and 26. RGB value is (14,98,38). Sum of RGB (Red+Green+Blue) = 14+98+38=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6226 is #F19DD9. Grayscale: #424242. Windows color (decimal): -15834586 or 2515470. OLE color: 2515470.
HSL color Cylindrical-coordinate representation of color #0E6226: hue angle of 137.14º 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 #0E6226 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 98 | 38 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.62 |
| HSL | 137.14º | 0.75% | 0.22% | - |
| HSV(B) | 137.14º | 0.86% | 0.38% | - |
| XYZ | 4.9 | 8.97 | 3.31 | - |
| YUV | 66.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 38 | 0.86 | 0 | 0.61 | 0.62 | 137.14 | 0.75 | 0.22 |
| Hex | E | 62 | 26 | 56 | 0 | 3D | 3E | 89 | 4B | 16 |
| Octal | 16 | 142 | 46 | 126 | 0 | 75 | 76 | 211 | 113 | 26 |
| Binary | 1110 | 1100010 | 100110 | 1010110 | 0 | 111101 | 111110 | 10001001 | 1001011 | 10110 |
Color Harmonies of #0E6226
Complementary color
Monochromatic Colors of #0E6226
Black with #0E6226
Text Example
Text Example
White with #0E6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6226; }
p { color: rgb(14,98,38); }
H1.HeaderClassName
{
color: #0E6226;
}
.AnyTagClassName
{
color: #0E6226;
}
</style>
background-color css
<style>
a { background-color: #0E6226; }
a { background-color: rgb(14,98,38); }
div.DivClassName
{
background-color: #0E6226;
}
.BgClassName
{
background-color: #0E6226;
}
</style>
border-color css
<style>
span { border-color: #0E6226; }
span { border-color: rgb(14,98,38); }
td.TdClassName
{
border-color: #0E6226;
}
.TagClassName
{
border-color: #0E6226;
}
</style>