Shades of Sherwood Green #164D3C
Tints of Sherwood Green #164D3C
RGB
CMYK
RGB Variations
Color information
#164D3C (or 0x164D3C) is known color: Sherwood Green. HEX triplet: 16, 4D and 3C. RGB value is (22,77,60). Sum of RGB (Red+Green+Blue) = 22+77+60=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #164D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D3C is #E9B2C3. Grayscale: #3A3A3A. Windows color (decimal): -15315652 or 3951894. OLE color: 3951894.
HSL color Cylindrical-coordinate representation of color #164D3C: hue angle of 161.45º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D3C is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 60 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.70 |
| HSL | 161.45º | 0.56% | 0.19% | - |
| HSV(B) | 161.45º | 0.71% | 0.3% | - |
| XYZ | 3.8 | 5.8 | 5.2 | - |
| YUV | 58.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 60 | 0.71 | 0 | 0.22 | 0.70 | 161.45 | 0.56 | 0.19 |
| Hex | 16 | 4D | 3C | 47 | 0 | 16 | 46 | A1 | 38 | 13 |
| Octal | 26 | 115 | 74 | 107 | 0 | 26 | 106 | 241 | 70 | 23 |
| Binary | 10110 | 1001101 | 111100 | 1000111 | 0 | 10110 | 1000110 | 10100001 | 111000 | 10011 |
Color Harmonies of #164D3C
Complementary color
Monochromatic Colors of #164D3C
Black with #164D3C
Text Example
Text Example
White with #164D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D3C; }
p { color: rgb(22,77,60); }
H1.HeaderClassName
{
color: #164D3C;
}
.AnyTagClassName
{
color: #164D3C;
}
</style>
background-color css
<style>
a { background-color: #164D3C; }
a { background-color: rgb(22,77,60); }
div.DivClassName
{
background-color: #164D3C;
}
.BgClassName
{
background-color: #164D3C;
}
</style>
border-color css
<style>
span { border-color: #164D3C; }
span { border-color: rgb(22,77,60); }
td.TdClassName
{
border-color: #164D3C;
}
.TagClassName
{
border-color: #164D3C;
}
</style>