Shades of County Green #11523B
Tints of County Green #11523B
RGB
CMYK
RGB Variations
Color information
#11523B (or 0x11523B) is known color: County Green. HEX triplet: 11, 52 and 3B. RGB value is (17,82,59). Sum of RGB (Red+Green+Blue) = 17+82+59=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #11523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11523B is #EEADC4. Grayscale: #3B3B3B. Windows color (decimal): -15642053 or 3887633. OLE color: 3887633.
HSL color Cylindrical-coordinate representation of color #11523B: hue angle of 158.77º degrees, saturation: 0.66, 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 #11523B is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 59 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.68 |
| HSL | 158.77º | 0.66% | 0.19% | - |
| HSV(B) | 158.77º | 0.79% | 0.32% | - |
| XYZ | 4.04 | 6.47 | 5.17 | - |
| YUV | 59.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 59 | 0.79 | 0 | 0.28 | 0.68 | 158.77 | 0.66 | 0.19 |
| Hex | 11 | 52 | 3B | 4F | 0 | 1C | 44 | 9F | 42 | 13 |
| Octal | 21 | 122 | 73 | 117 | 0 | 34 | 104 | 237 | 102 | 23 |
| Binary | 10001 | 1010010 | 111011 | 1001111 | 0 | 11100 | 1000100 | 10011111 | 1000010 | 10011 |
Color Harmonies of #11523B
Complementary color
Monochromatic Colors of #11523B
Black with #11523B
Text Example
Text Example
White with #11523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11523B; }
p { color: rgb(17,82,59); }
H1.HeaderClassName
{
color: #11523B;
}
.AnyTagClassName
{
color: #11523B;
}
</style>
background-color css
<style>
a { background-color: #11523B; }
a { background-color: rgb(17,82,59); }
div.DivClassName
{
background-color: #11523B;
}
.BgClassName
{
background-color: #11523B;
}
</style>
border-color css
<style>
span { border-color: #11523B; }
span { border-color: rgb(17,82,59); }
td.TdClassName
{
border-color: #11523B;
}
.TagClassName
{
border-color: #11523B;
}
</style>