Shades of County Green #165132
Tints of County Green #165132
RGB
CMYK
RGB Variations
Color information
#165132 (or 0x165132) is known color: County Green. HEX triplet: 16, 51 and 32. RGB value is (22,81,50). Sum of RGB (Red+Green+Blue) = 22+81+50=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #165132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165132 is #E9AECD. Grayscale: #3B3B3B. Windows color (decimal): -15314638 or 3297558. OLE color: 3297558.
HSL color Cylindrical-coordinate representation of color #165132: hue angle of 148.47º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165132 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 50 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.68 |
| HSL | 148.47º | 0.57% | 0.2% | - |
| HSV(B) | 148.47º | 0.73% | 0.32% | - |
| XYZ | 3.85 | 6.29 | 4.03 | - |
| YUV | 59.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 50 | 0.73 | 0 | 0.38 | 0.68 | 148.47 | 0.57 | 0.2 |
| Hex | 16 | 51 | 32 | 49 | 0 | 26 | 44 | 94 | 39 | 14 |
| Octal | 26 | 121 | 62 | 111 | 0 | 46 | 104 | 224 | 71 | 24 |
| Binary | 10110 | 1010001 | 110010 | 1001001 | 0 | 100110 | 1000100 | 10010100 | 111001 | 10100 |
Color Harmonies of #165132
Complementary color
Monochromatic Colors of #165132
Black with #165132
Text Example
Text Example
White with #165132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165132; }
p { color: rgb(22,81,50); }
H1.HeaderClassName
{
color: #165132;
}
.AnyTagClassName
{
color: #165132;
}
</style>
background-color css
<style>
a { background-color: #165132; }
a { background-color: rgb(22,81,50); }
div.DivClassName
{
background-color: #165132;
}
.BgClassName
{
background-color: #165132;
}
</style>
border-color css
<style>
span { border-color: #165132; }
span { border-color: rgb(22,81,50); }
td.TdClassName
{
border-color: #165132;
}
.TagClassName
{
border-color: #165132;
}
</style>