Shades of Crusoe #114F25
Tints of Crusoe #114F25
RGB
CMYK
RGB Variations
Color information
#114F25 (or 0x114F25) is known color: Crusoe. HEX triplet: 11, 4F and 25. RGB value is (17,79,37). Sum of RGB (Red+Green+Blue) = 17+79+37=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #114F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F25 is #EEB0DA. Grayscale: #373737. Windows color (decimal): -15642843 or 2445073. OLE color: 2445073.
HSL color Cylindrical-coordinate representation of color #114F25: hue angle of 139.35º degrees, saturation: 0.65, 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 #114F25 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 37 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.69 |
| HSL | 139.35º | 0.65% | 0.19% | - |
| HSV(B) | 139.35º | 0.78% | 0.31% | - |
| XYZ | 3.36 | 5.84 | 2.7 | - |
| YUV | 55.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 37 | 0.78 | 0 | 0.53 | 0.69 | 139.35 | 0.65 | 0.19 |
| Hex | 11 | 4F | 25 | 4E | 0 | 35 | 45 | 8B | 41 | 13 |
| Octal | 21 | 117 | 45 | 116 | 0 | 65 | 105 | 213 | 101 | 23 |
| Binary | 10001 | 1001111 | 100101 | 1001110 | 0 | 110101 | 1000101 | 10001011 | 1000001 | 10011 |
Color Harmonies of #114F25
Complementary color
Monochromatic Colors of #114F25
Black with #114F25
Text Example
Text Example
White with #114F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F25; }
p { color: rgb(17,79,37); }
H1.HeaderClassName
{
color: #114F25;
}
.AnyTagClassName
{
color: #114F25;
}
</style>
background-color css
<style>
a { background-color: #114F25; }
a { background-color: rgb(17,79,37); }
div.DivClassName
{
background-color: #114F25;
}
.BgClassName
{
background-color: #114F25;
}
</style>
border-color css
<style>
span { border-color: #114F25; }
span { border-color: rgb(17,79,37); }
td.TdClassName
{
border-color: #114F25;
}
.TagClassName
{
border-color: #114F25;
}
</style>