Shades of County Green #165237
Tints of County Green #165237
RGB
CMYK
RGB Variations
Color information
#165237 (or 0x165237) is known color: County Green. HEX triplet: 16, 52 and 37. RGB value is (22,82,55). Sum of RGB (Red+Green+Blue) = 22+82+55=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #165237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165237 is #E9ADC8. Grayscale: #3D3D3D. Windows color (decimal): -15314377 or 3625494. OLE color: 3625494.
HSL color Cylindrical-coordinate representation of color #165237: hue angle of 153º degrees, saturation: 0.58, 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 #165237 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 55 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.68 |
| HSL | 153º | 0.58% | 0.2% | - |
| HSV(B) | 153º | 0.73% | 0.32% | - |
| XYZ | 4.04 | 6.48 | 4.65 | - |
| YUV | 60.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 55 | 0.73 | 0 | 0.33 | 0.68 | 153 | 0.58 | 0.2 |
| Hex | 16 | 52 | 37 | 49 | 0 | 21 | 44 | 99 | 3A | 14 |
| Octal | 26 | 122 | 67 | 111 | 0 | 41 | 104 | 231 | 72 | 24 |
| Binary | 10110 | 1010010 | 110111 | 1001001 | 0 | 100001 | 1000100 | 10011001 | 111010 | 10100 |
Color Harmonies of #165237
Complementary color
Monochromatic Colors of #165237
Black with #165237
Text Example
Text Example
White with #165237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165237; }
p { color: rgb(22,82,55); }
H1.HeaderClassName
{
color: #165237;
}
.AnyTagClassName
{
color: #165237;
}
</style>
background-color css
<style>
a { background-color: #165237; }
a { background-color: rgb(22,82,55); }
div.DivClassName
{
background-color: #165237;
}
.BgClassName
{
background-color: #165237;
}
</style>
border-color css
<style>
span { border-color: #165237; }
span { border-color: rgb(22,82,55); }
td.TdClassName
{
border-color: #165237;
}
.TagClassName
{
border-color: #165237;
}
</style>