Shades of Sherwood Green #164134
Tints of Sherwood Green #164134
RGB
CMYK
RGB Variations
Color information
#164134 (or 0x164134) is known color: Sherwood Green. HEX triplet: 16, 41 and 34. RGB value is (22,65,52). Sum of RGB (Red+Green+Blue) = 22+65+52=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #164134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164134 is #E9BECB. Grayscale: #323232. Windows color (decimal): -15318732 or 3424534. OLE color: 3424534.
HSL color Cylindrical-coordinate representation of color #164134: hue angle of 161.86º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164134 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 52 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.75 |
| HSL | 161.86º | 0.49% | 0.17% | - |
| HSV(B) | 161.86º | 0.66% | 0.25% | - |
| XYZ | 2.84 | 4.2 | 3.91 | - |
| YUV | 50.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 52 | 0.66 | 0 | 0.20 | 0.75 | 161.86 | 0.49 | 0.17 |
| Hex | 16 | 41 | 34 | 42 | 0 | 14 | 4B | A2 | 31 | 11 |
| Octal | 26 | 101 | 64 | 102 | 0 | 24 | 113 | 242 | 61 | 21 |
| Binary | 10110 | 1000001 | 110100 | 1000010 | 0 | 10100 | 1001011 | 10100010 | 110001 | 10001 |
Color Harmonies of #164134
Complementary color
Monochromatic Colors of #164134
Black with #164134
Text Example
Text Example
White with #164134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164134; }
p { color: rgb(22,65,52); }
H1.HeaderClassName
{
color: #164134;
}
.AnyTagClassName
{
color: #164134;
}
</style>
background-color css
<style>
a { background-color: #164134; }
a { background-color: rgb(22,65,52); }
div.DivClassName
{
background-color: #164134;
}
.BgClassName
{
background-color: #164134;
}
</style>
border-color css
<style>
span { border-color: #164134; }
span { border-color: rgb(22,65,52); }
td.TdClassName
{
border-color: #164134;
}
.TagClassName
{
border-color: #164134;
}
</style>