Shades of County Green #115036
Tints of County Green #115036
RGB
CMYK
RGB Variations
Color information
#115036 (or 0x115036) is known color: County Green. HEX triplet: 11, 50 and 36. RGB value is (17,80,54). Sum of RGB (Red+Green+Blue) = 17+80+54=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #115036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115036 is #EEAFC9. Grayscale: #3A3A3A. Windows color (decimal): -15642570 or 3559441. OLE color: 3559441.
HSL color Cylindrical-coordinate representation of color #115036: hue angle of 155.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115036 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 54 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.69 |
| HSL | 155.24º | 0.65% | 0.19% | - |
| HSV(B) | 155.24º | 0.79% | 0.31% | - |
| XYZ | 3.77 | 6.12 | 4.47 | - |
| YUV | 58.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 54 | 0.79 | 0 | 0.33 | 0.69 | 155.24 | 0.65 | 0.19 |
| Hex | 11 | 50 | 36 | 4F | 0 | 21 | 45 | 9B | 41 | 13 |
| Octal | 21 | 120 | 66 | 117 | 0 | 41 | 105 | 233 | 101 | 23 |
| Binary | 10001 | 1010000 | 110110 | 1001111 | 0 | 100001 | 1000101 | 10011011 | 1000001 | 10011 |
Color Harmonies of #115036
Complementary color
Monochromatic Colors of #115036
Black with #115036
Text Example
Text Example
White with #115036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115036; }
p { color: rgb(17,80,54); }
H1.HeaderClassName
{
color: #115036;
}
.AnyTagClassName
{
color: #115036;
}
</style>
background-color css
<style>
a { background-color: #115036; }
a { background-color: rgb(17,80,54); }
div.DivClassName
{
background-color: #115036;
}
.BgClassName
{
background-color: #115036;
}
</style>
border-color css
<style>
span { border-color: #115036; }
span { border-color: rgb(17,80,54); }
td.TdClassName
{
border-color: #115036;
}
.TagClassName
{
border-color: #115036;
}
</style>