Shades of County Green #165131
Tints of County Green #165131
RGB
CMYK
RGB Variations
Color information
#165131 (or 0x165131) is known color: County Green. HEX triplet: 16, 51 and 31. RGB value is (22,81,49). Sum of RGB (Red+Green+Blue) = 22+81+49=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #165131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165131 is #E9AECE. Grayscale: #3B3B3B. Windows color (decimal): -15314639 or 3232022. OLE color: 3232022.
HSL color Cylindrical-coordinate representation of color #165131: hue angle of 147.46º 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 #165131 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 81 | 49 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.68 |
| HSL | 147.46º | 0.57% | 0.2% | - |
| HSV(B) | 147.46º | 0.73% | 0.32% | - |
| XYZ | 3.83 | 6.28 | 3.92 | - |
| YUV | 59.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 49 | 0.73 | 0 | 0.40 | 0.68 | 147.46 | 0.57 | 0.2 |
| Hex | 16 | 51 | 31 | 49 | 0 | 28 | 44 | 93 | 39 | 14 |
| Octal | 26 | 121 | 61 | 111 | 0 | 50 | 104 | 223 | 71 | 24 |
| Binary | 10110 | 1010001 | 110001 | 1001001 | 0 | 101000 | 1000100 | 10010011 | 111001 | 10100 |
Color Harmonies of #165131
Complementary color
Monochromatic Colors of #165131
Black with #165131
Text Example
Text Example
White with #165131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165131; }
p { color: rgb(22,81,49); }
H1.HeaderClassName
{
color: #165131;
}
.AnyTagClassName
{
color: #165131;
}
</style>
background-color css
<style>
a { background-color: #165131; }
a { background-color: rgb(22,81,49); }
div.DivClassName
{
background-color: #165131;
}
.BgClassName
{
background-color: #165131;
}
</style>
border-color css
<style>
span { border-color: #165131; }
span { border-color: rgb(22,81,49); }
td.TdClassName
{
border-color: #165131;
}
.TagClassName
{
border-color: #165131;
}
</style>