Shades of Sherwood Green #163F31
Tints of Sherwood Green #163F31
RGB
CMYK
RGB Variations
Color information
#163F31 (or 0x163F31) is known color: Sherwood Green. HEX triplet: 16, 3F and 31. RGB value is (22,63,49). Sum of RGB (Red+Green+Blue) = 22+63+49=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #163F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F31 is #E9C0CE. Grayscale: #313131. Windows color (decimal): -15319247 or 3227414. OLE color: 3227414.
HSL color Cylindrical-coordinate representation of color #163F31: hue angle of 159.51º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163F31 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 49 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.75 |
| HSL | 159.51º | 0.48% | 0.17% | - |
| HSV(B) | 159.51º | 0.65% | 0.25% | - |
| XYZ | 2.66 | 3.95 | 3.53 | - |
| YUV | 49.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 49 | 0.65 | 0 | 0.22 | 0.75 | 159.51 | 0.48 | 0.17 |
| Hex | 16 | 3F | 31 | 41 | 0 | 16 | 4B | A0 | 30 | 11 |
| Octal | 26 | 77 | 61 | 101 | 0 | 26 | 113 | 240 | 60 | 21 |
| Binary | 10110 | 111111 | 110001 | 1000001 | 0 | 10110 | 1001011 | 10100000 | 110000 | 10001 |
Color Harmonies of #163F31
Complementary color
Monochromatic Colors of #163F31
Black with #163F31
Text Example
Text Example
White with #163F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F31; }
p { color: rgb(22,63,49); }
H1.HeaderClassName
{
color: #163F31;
}
.AnyTagClassName
{
color: #163F31;
}
</style>
background-color css
<style>
a { background-color: #163F31; }
a { background-color: rgb(22,63,49); }
div.DivClassName
{
background-color: #163F31;
}
.BgClassName
{
background-color: #163F31;
}
</style>
border-color css
<style>
span { border-color: #163F31; }
span { border-color: rgb(22,63,49); }
td.TdClassName
{
border-color: #163F31;
}
.TagClassName
{
border-color: #163F31;
}
</style>