Shades of Crusoe #114E24
Tints of Crusoe #114E24
RGB
CMYK
RGB Variations
Color information
#114E24 (or 0x114E24) is known color: Crusoe. HEX triplet: 11, 4E and 24. RGB value is (17,78,36). Sum of RGB (Red+Green+Blue) = 17+78+36=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #114E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E24 is #EEB1DB. Grayscale: #373737. Windows color (decimal): -15643100 or 2379281. OLE color: 2379281.
HSL color Cylindrical-coordinate representation of color #114E24: hue angle of 138.69º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E24 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 78 | 36 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.69 |
| HSL | 138.69º | 0.64% | 0.19% | - |
| HSV(B) | 138.69º | 0.78% | 0.31% | - |
| XYZ | 3.27 | 5.7 | 2.6 | - |
| YUV | 54.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 36 | 0.78 | 0 | 0.54 | 0.69 | 138.69 | 0.64 | 0.19 |
| Hex | 11 | 4E | 24 | 4E | 0 | 36 | 45 | 8B | 40 | 13 |
| Octal | 21 | 116 | 44 | 116 | 0 | 66 | 105 | 213 | 100 | 23 |
| Binary | 10001 | 1001110 | 100100 | 1001110 | 0 | 110110 | 1000101 | 10001011 | 1000000 | 10011 |
Color Harmonies of #114E24
Complementary color
Monochromatic Colors of #114E24
Black with #114E24
Text Example
Text Example
White with #114E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E24; }
p { color: rgb(17,78,36); }
H1.HeaderClassName
{
color: #114E24;
}
.AnyTagClassName
{
color: #114E24;
}
</style>
background-color css
<style>
a { background-color: #114E24; }
a { background-color: rgb(17,78,36); }
div.DivClassName
{
background-color: #114E24;
}
.BgClassName
{
background-color: #114E24;
}
</style>
border-color css
<style>
span { border-color: #114E24; }
span { border-color: rgb(17,78,36); }
td.TdClassName
{
border-color: #114E24;
}
.TagClassName
{
border-color: #114E24;
}
</style>