Shades of Crusoe #0E662A
Tints of Crusoe #0E662A
RGB
CMYK
RGB Variations
Color information
#0E662A (or 0x0E662A) is known color: Crusoe. HEX triplet: 0E, 66 and 2A. RGB value is (14,102,42). Sum of RGB (Red+Green+Blue) = 14+102+42=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #0E662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E662A is #F199D5. Grayscale: #454545. Windows color (decimal): -15833558 or 2778638. OLE color: 2778638.
HSL color Cylindrical-coordinate representation of color #0E662A: hue angle of 139.09º 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 #0E662A is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 42 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.6 |
| HSL | 139.09º | 0.76% | 0.23% | - |
| HSV(B) | 139.09º | 0.86% | 0.4% | - |
| XYZ | 5.35 | 9.76 | 3.79 | - |
| YUV | 68.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 42 | 0.86 | 0 | 0.59 | 0.6 | 139.09 | 0.76 | 0.23 |
| Hex | E | 66 | 2A | 56 | 0 | 3B | 3C | 8B | 4C | 17 |
| Octal | 16 | 146 | 52 | 126 | 0 | 73 | 74 | 213 | 114 | 27 |
| Binary | 1110 | 1100110 | 101010 | 1010110 | 0 | 111011 | 111100 | 10001011 | 1001100 | 10111 |
Color Harmonies of #0E662A
Complementary color
Monochromatic Colors of #0E662A
Black with #0E662A
Text Example
Text Example
White with #0E662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E662A; }
p { color: rgb(14,102,42); }
H1.HeaderClassName
{
color: #0E662A;
}
.AnyTagClassName
{
color: #0E662A;
}
</style>
background-color css
<style>
a { background-color: #0E662A; }
a { background-color: rgb(14,102,42); }
div.DivClassName
{
background-color: #0E662A;
}
.BgClassName
{
background-color: #0E662A;
}
</style>
border-color css
<style>
span { border-color: #0E662A; }
span { border-color: rgb(14,102,42); }
td.TdClassName
{
border-color: #0E662A;
}
.TagClassName
{
border-color: #0E662A;
}
</style>