Shades of Sherwood Green #163D31
Tints of Sherwood Green #163D31
RGB
CMYK
RGB Variations
Color information
#163D31 (or 0x163D31) is known color: Sherwood Green. HEX triplet: 16, 3D and 31. RGB value is (22,61,49). Sum of RGB (Red+Green+Blue) = 22+61+49=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #163D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D31 is #E9C2CE. Grayscale: #2F2F2F. Windows color (decimal): -15319759 or 3226902. OLE color: 3226902.
HSL color Cylindrical-coordinate representation of color #163D31: hue angle of 161.54º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163D31 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 61 | 49 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.76 |
| HSL | 161.54º | 0.47% | 0.16% | - |
| HSV(B) | 161.54º | 0.64% | 0.24% | - |
| XYZ | 2.55 | 3.73 | 3.49 | - |
| YUV | 47.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 49 | 0.64 | 0 | 0.20 | 0.76 | 161.54 | 0.47 | 0.16 |
| Hex | 16 | 3D | 31 | 40 | 0 | 14 | 4C | A2 | 2F | 10 |
| Octal | 26 | 75 | 61 | 100 | 0 | 24 | 114 | 242 | 57 | 20 |
| Binary | 10110 | 111101 | 110001 | 1000000 | 0 | 10100 | 1001100 | 10100010 | 101111 | 10000 |
Color Harmonies of #163D31
Complementary color
Monochromatic Colors of #163D31
Black with #163D31
Text Example
Text Example
White with #163D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D31; }
p { color: rgb(22,61,49); }
H1.HeaderClassName
{
color: #163D31;
}
.AnyTagClassName
{
color: #163D31;
}
</style>
background-color css
<style>
a { background-color: #163D31; }
a { background-color: rgb(22,61,49); }
div.DivClassName
{
background-color: #163D31;
}
.BgClassName
{
background-color: #163D31;
}
</style>
border-color css
<style>
span { border-color: #163D31; }
span { border-color: rgb(22,61,49); }
td.TdClassName
{
border-color: #163D31;
}
.TagClassName
{
border-color: #163D31;
}
</style>