Shades of County Green #114F36
Tints of County Green #114F36
RGB
CMYK
RGB Variations
Color information
#114F36 (or 0x114F36) is known color: County Green. HEX triplet: 11, 4F and 36. RGB value is (17,79,54). Sum of RGB (Red+Green+Blue) = 17+79+54=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #114F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F36 is #EEB0C9. Grayscale: #393939. Windows color (decimal): -15642826 or 3559185. OLE color: 3559185.
HSL color Cylindrical-coordinate representation of color #114F36: hue angle of 155.81º 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 #114F36 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 54 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.69 |
| HSL | 155.81º | 0.65% | 0.19% | - |
| HSV(B) | 155.81º | 0.78% | 0.31% | - |
| XYZ | 3.69 | 5.98 | 4.45 | - |
| YUV | 57.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 54 | 0.78 | 0 | 0.32 | 0.69 | 155.81 | 0.65 | 0.19 |
| Hex | 11 | 4F | 36 | 4E | 0 | 20 | 45 | 9C | 41 | 13 |
| Octal | 21 | 117 | 66 | 116 | 0 | 40 | 105 | 234 | 101 | 23 |
| Binary | 10001 | 1001111 | 110110 | 1001110 | 0 | 100000 | 1000101 | 10011100 | 1000001 | 10011 |
Color Harmonies of #114F36
Complementary color
Monochromatic Colors of #114F36
Black with #114F36
Text Example
Text Example
White with #114F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F36; }
p { color: rgb(17,79,54); }
H1.HeaderClassName
{
color: #114F36;
}
.AnyTagClassName
{
color: #114F36;
}
</style>
background-color css
<style>
a { background-color: #114F36; }
a { background-color: rgb(17,79,54); }
div.DivClassName
{
background-color: #114F36;
}
.BgClassName
{
background-color: #114F36;
}
</style>
border-color css
<style>
span { border-color: #114F36; }
span { border-color: rgb(17,79,54); }
td.TdClassName
{
border-color: #114F36;
}
.TagClassName
{
border-color: #114F36;
}
</style>