Shades of County Green #115134
Tints of County Green #115134
RGB
CMYK
RGB Variations
Color information
#115134 (or 0x115134) is known color: County Green. HEX triplet: 11, 51 and 34. RGB value is (17,81,52). Sum of RGB (Red+Green+Blue) = 17+81+52=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #115134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115134 is #EEAECB. Grayscale: #3A3A3A. Windows color (decimal): -15642316 or 3428625. OLE color: 3428625.
HSL color Cylindrical-coordinate representation of color #115134: hue angle of 152.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115134 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 52 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.68 |
| HSL | 152.81º | 0.65% | 0.19% | - |
| HSV(B) | 152.81º | 0.79% | 0.32% | - |
| XYZ | 3.79 | 6.25 | 4.26 | - |
| YUV | 58.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 52 | 0.79 | 0 | 0.36 | 0.68 | 152.81 | 0.65 | 0.19 |
| Hex | 11 | 51 | 34 | 4F | 0 | 24 | 44 | 99 | 41 | 13 |
| Octal | 21 | 121 | 64 | 117 | 0 | 44 | 104 | 231 | 101 | 23 |
| Binary | 10001 | 1010001 | 110100 | 1001111 | 0 | 100100 | 1000100 | 10011001 | 1000001 | 10011 |
Color Harmonies of #115134
Complementary color
Monochromatic Colors of #115134
Black with #115134
Text Example
Text Example
White with #115134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115134; }
p { color: rgb(17,81,52); }
H1.HeaderClassName
{
color: #115134;
}
.AnyTagClassName
{
color: #115134;
}
</style>
background-color css
<style>
a { background-color: #115134; }
a { background-color: rgb(17,81,52); }
div.DivClassName
{
background-color: #115134;
}
.BgClassName
{
background-color: #115134;
}
</style>
border-color css
<style>
span { border-color: #115134; }
span { border-color: rgb(17,81,52); }
td.TdClassName
{
border-color: #115134;
}
.TagClassName
{
border-color: #115134;
}
</style>