Shades of County Green #165638
Tints of County Green #165638
RGB
CMYK
RGB Variations
Color information
#165638 (or 0x165638) is known color: County Green. HEX triplet: 16, 56 and 38. RGB value is (22,86,56). Sum of RGB (Red+Green+Blue) = 22+86+56=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #165638 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165638 is #E9A9C7. Grayscale: #3F3F3F. Windows color (decimal): -15313352 or 3692054. OLE color: 3692054.
HSL color Cylindrical-coordinate representation of color #165638: hue angle of 151.88º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165638 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 56 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.66 |
| HSL | 151.88º | 0.59% | 0.21% | - |
| HSV(B) | 151.88º | 0.74% | 0.34% | - |
| XYZ | 4.37 | 7.11 | 4.88 | - |
| YUV | 63.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 56 | 0.74 | 0 | 0.35 | 0.66 | 151.88 | 0.59 | 0.21 |
| Hex | 16 | 56 | 38 | 4A | 0 | 23 | 42 | 98 | 3B | 15 |
| Octal | 26 | 126 | 70 | 112 | 0 | 43 | 102 | 230 | 73 | 25 |
| Binary | 10110 | 1010110 | 111000 | 1001010 | 0 | 100011 | 1000010 | 10011000 | 111011 | 10101 |
Color Harmonies of #165638
Complementary color
Monochromatic Colors of #165638
Black with #165638
Text Example
Text Example
White with #165638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165638; }
p { color: rgb(22,86,56); }
H1.HeaderClassName
{
color: #165638;
}
.AnyTagClassName
{
color: #165638;
}
</style>
background-color css
<style>
a { background-color: #165638; }
a { background-color: rgb(22,86,56); }
div.DivClassName
{
background-color: #165638;
}
.BgClassName
{
background-color: #165638;
}
</style>
border-color css
<style>
span { border-color: #165638; }
span { border-color: rgb(22,86,56); }
td.TdClassName
{
border-color: #165638;
}
.TagClassName
{
border-color: #165638;
}
</style>