Shades of Crusoe #0E622F
Tints of Crusoe #0E622F
RGB
CMYK
RGB Variations
Color information
#0E622F (or 0x0E622F) is known color: Crusoe. HEX triplet: 0E, 62 and 2F. RGB value is (14,98,47). Sum of RGB (Red+Green+Blue) = 14+98+47=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #0E622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E622F is #F19DD0. Grayscale: #434343. Windows color (decimal): -15834577 or 3105294. OLE color: 3105294.
HSL color Cylindrical-coordinate representation of color #0E622F: hue angle of 143.57º 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 #0E622F is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 98 | 47 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.62 |
| HSL | 143.57º | 0.75% | 0.22% | - |
| HSV(B) | 143.57º | 0.86% | 0.38% | - |
| XYZ | 5.06 | 9.03 | 4.17 | - |
| YUV | 67.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 47 | 0.86 | 0 | 0.52 | 0.62 | 143.57 | 0.75 | 0.22 |
| Hex | E | 62 | 2F | 56 | 0 | 34 | 3E | 90 | 4B | 16 |
| Octal | 16 | 142 | 57 | 126 | 0 | 64 | 76 | 220 | 113 | 26 |
| Binary | 1110 | 1100010 | 101111 | 1010110 | 0 | 110100 | 111110 | 10010000 | 1001011 | 10110 |
Color Harmonies of #0E622F
Complementary color
Monochromatic Colors of #0E622F
Black with #0E622F
Text Example
Text Example
White with #0E622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E622F; }
p { color: rgb(14,98,47); }
H1.HeaderClassName
{
color: #0E622F;
}
.AnyTagClassName
{
color: #0E622F;
}
</style>
background-color css
<style>
a { background-color: #0E622F; }
a { background-color: rgb(14,98,47); }
div.DivClassName
{
background-color: #0E622F;
}
.BgClassName
{
background-color: #0E622F;
}
</style>
border-color css
<style>
span { border-color: #0E622F; }
span { border-color: rgb(14,98,47); }
td.TdClassName
{
border-color: #0E622F;
}
.TagClassName
{
border-color: #0E622F;
}
</style>