Shades of County Green #165235
Tints of County Green #165235
RGB
CMYK
RGB Variations
Color information
#165235 (or 0x165235) is known color: County Green. HEX triplet: 16, 52 and 35. RGB value is (22,82,53). Sum of RGB (Red+Green+Blue) = 22+82+53=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #165235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165235 is #E9ADCA. Grayscale: #3C3C3C. Windows color (decimal): -15314379 or 3494422. OLE color: 3494422.
HSL color Cylindrical-coordinate representation of color #165235: hue angle of 151º 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 #165235 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 53 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.68 |
| HSL | 151º | 0.58% | 0.2% | - |
| HSV(B) | 151º | 0.73% | 0.32% | - |
| XYZ | 3.99 | 6.46 | 4.41 | - |
| YUV | 60.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 53 | 0.73 | 0 | 0.35 | 0.68 | 151 | 0.58 | 0.2 |
| Hex | 16 | 52 | 35 | 49 | 0 | 23 | 44 | 97 | 3A | 14 |
| Octal | 26 | 122 | 65 | 111 | 0 | 43 | 104 | 227 | 72 | 24 |
| Binary | 10110 | 1010010 | 110101 | 1001001 | 0 | 100011 | 1000100 | 10010111 | 111010 | 10100 |
Color Harmonies of #165235
Complementary color
Monochromatic Colors of #165235
Black with #165235
Text Example
Text Example
White with #165235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165235; }
p { color: rgb(22,82,53); }
H1.HeaderClassName
{
color: #165235;
}
.AnyTagClassName
{
color: #165235;
}
</style>
background-color css
<style>
a { background-color: #165235; }
a { background-color: rgb(22,82,53); }
div.DivClassName
{
background-color: #165235;
}
.BgClassName
{
background-color: #165235;
}
</style>
border-color css
<style>
span { border-color: #165235; }
span { border-color: rgb(22,82,53); }
td.TdClassName
{
border-color: #165235;
}
.TagClassName
{
border-color: #165235;
}
</style>