Shades of Crusoe #0E5A1F
Tints of Crusoe #0E5A1F
RGB
CMYK
RGB Variations
Color information
#0E5A1F (or 0x0E5A1F) is known color: Crusoe. HEX triplet: 0E, 5A and 1F. RGB value is (14,90,31). Sum of RGB (Red+Green+Blue) = 14+90+31=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5A1F is #F1A5E0. Grayscale: #3C3C3C. Windows color (decimal): -15836641 or 2054670. OLE color: 2054670.
HSL color Cylindrical-coordinate representation of color #0E5A1F: hue angle of 133.42º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5A1F is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 90 | 31 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.65 |
| HSL | 133.42º | 0.73% | 0.2% | - |
| HSV(B) | 133.42º | 0.84% | 0.35% | - |
| XYZ | 4.08 | 7.5 | 2.53 | - |
| YUV | 60.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 31 | 0.84 | 0 | 0.66 | 0.65 | 133.42 | 0.73 | 0.2 |
| Hex | E | 5A | 1F | 54 | 0 | 42 | 41 | 85 | 49 | 14 |
| Octal | 16 | 132 | 37 | 124 | 0 | 102 | 101 | 205 | 111 | 24 |
| Binary | 1110 | 1011010 | 11111 | 1010100 | 0 | 1000010 | 1000001 | 10000101 | 1001001 | 10100 |
Color Harmonies of #0E5A1F
Complementary color
Monochromatic Colors of #0E5A1F
Black with #0E5A1F
Text Example
Text Example
White with #0E5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5A1F; }
p { color: rgb(14,90,31); }
H1.HeaderClassName
{
color: #0E5A1F;
}
.AnyTagClassName
{
color: #0E5A1F;
}
</style>
background-color css
<style>
a { background-color: #0E5A1F; }
a { background-color: rgb(14,90,31); }
div.DivClassName
{
background-color: #0E5A1F;
}
.BgClassName
{
background-color: #0E5A1F;
}
</style>
border-color css
<style>
span { border-color: #0E5A1F; }
span { border-color: rgb(14,90,31); }
td.TdClassName
{
border-color: #0E5A1F;
}
.TagClassName
{
border-color: #0E5A1F;
}
</style>