Shades of County Green #165436
Tints of County Green #165436
RGB
CMYK
RGB Variations
Color information
#165436 (or 0x165436) is known color: County Green. HEX triplet: 16, 54 and 36. RGB value is (22,84,54). Sum of RGB (Red+Green+Blue) = 22+84+54=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #165436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165436 is #E9ABC9. Grayscale: #3E3E3E. Windows color (decimal): -15313866 or 3560470. OLE color: 3560470.
HSL color Cylindrical-coordinate representation of color #165436: hue angle of 150.97º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165436 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 54 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.67 |
| HSL | 150.97º | 0.58% | 0.21% | - |
| HSV(B) | 150.97º | 0.74% | 0.33% | - |
| XYZ | 4.17 | 6.78 | 4.58 | - |
| YUV | 62.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 54 | 0.74 | 0 | 0.36 | 0.67 | 150.97 | 0.58 | 0.21 |
| Hex | 16 | 54 | 36 | 4A | 0 | 24 | 43 | 97 | 3A | 15 |
| Octal | 26 | 124 | 66 | 112 | 0 | 44 | 103 | 227 | 72 | 25 |
| Binary | 10110 | 1010100 | 110110 | 1001010 | 0 | 100100 | 1000011 | 10010111 | 111010 | 10101 |
Color Harmonies of #165436
Complementary color
Monochromatic Colors of #165436
Black with #165436
Text Example
Text Example
White with #165436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165436; }
p { color: rgb(22,84,54); }
H1.HeaderClassName
{
color: #165436;
}
.AnyTagClassName
{
color: #165436;
}
</style>
background-color css
<style>
a { background-color: #165436; }
a { background-color: rgb(22,84,54); }
div.DivClassName
{
background-color: #165436;
}
.BgClassName
{
background-color: #165436;
}
</style>
border-color css
<style>
span { border-color: #165436; }
span { border-color: rgb(22,84,54); }
td.TdClassName
{
border-color: #165436;
}
.TagClassName
{
border-color: #165436;
}
</style>