Shades of County Green #164A35
Tints of County Green #164A35
RGB
CMYK
RGB Variations
Color information
#164A35 (or 0x164A35) is known color: County Green. HEX triplet: 16, 4A and 35. RGB value is (22,74,53). Sum of RGB (Red+Green+Blue) = 22+74+53=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #164A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164A35 is #E9B5CA. Grayscale: #383838. Windows color (decimal): -15316427 or 3492374. OLE color: 3492374.
HSL color Cylindrical-coordinate representation of color #164A35: hue angle of 155.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #164A35 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 74 | 53 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.71 |
| HSL | 155.77º | 0.54% | 0.19% | - |
| HSV(B) | 155.77º | 0.7% | 0.29% | - |
| XYZ | 3.42 | 5.33 | 4.22 | - |
| YUV | 56.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 53 | 0.70 | 0 | 0.28 | 0.71 | 155.77 | 0.54 | 0.19 |
| Hex | 16 | 4A | 35 | 46 | 0 | 1C | 47 | 9C | 36 | 13 |
| Octal | 26 | 112 | 65 | 106 | 0 | 34 | 107 | 234 | 66 | 23 |
| Binary | 10110 | 1001010 | 110101 | 1000110 | 0 | 11100 | 1000111 | 10011100 | 110110 | 10011 |
Color Harmonies of #164A35
Complementary color
Monochromatic Colors of #164A35
Black with #164A35
Text Example
Text Example
White with #164A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164A35; }
p { color: rgb(22,74,53); }
H1.HeaderClassName
{
color: #164A35;
}
.AnyTagClassName
{
color: #164A35;
}
</style>
background-color css
<style>
a { background-color: #164A35; }
a { background-color: rgb(22,74,53); }
div.DivClassName
{
background-color: #164A35;
}
.BgClassName
{
background-color: #164A35;
}
</style>
border-color css
<style>
span { border-color: #164A35; }
span { border-color: rgb(22,74,53); }
td.TdClassName
{
border-color: #164A35;
}
.TagClassName
{
border-color: #164A35;
}
</style>