Shades of Deep Fir #163F20
Tints of Deep Fir #163F20
RGB
CMYK
RGB Variations
Color information
#163F20 (or 0x163F20) is known color: Deep Fir. HEX triplet: 16, 3F and 20. RGB value is (22,63,32). Sum of RGB (Red+Green+Blue) = 22+63+32=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #163F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F20 is #E9C0DF. Grayscale: #2F2F2F. Windows color (decimal): -15319264 or 2113302. OLE color: 2113302.
HSL color Cylindrical-coordinate representation of color #163F20: hue angle of 134.63º 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 #163F20 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 32 | - |
| CMYK | 0.65 | 0 | 0.49 | 0.75 |
| HSL | 134.63º | 0.48% | 0.17% | - |
| HSV(B) | 134.63º | 0.65% | 0.25% | - |
| XYZ | 2.37 | 3.83 | 1.98 | - |
| YUV | 47.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 32 | 0.65 | 0 | 0.49 | 0.75 | 134.63 | 0.48 | 0.17 |
| Hex | 16 | 3F | 20 | 41 | 0 | 31 | 4B | 87 | 30 | 11 |
| Octal | 26 | 77 | 40 | 101 | 0 | 61 | 113 | 207 | 60 | 21 |
| Binary | 10110 | 111111 | 100000 | 1000001 | 0 | 110001 | 1001011 | 10000111 | 110000 | 10001 |
Color Harmonies of #163F20
Complementary color
Monochromatic Colors of #163F20
Black with #163F20
Text Example
Text Example
White with #163F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F20; }
p { color: rgb(22,63,32); }
H1.HeaderClassName
{
color: #163F20;
}
.AnyTagClassName
{
color: #163F20;
}
</style>
background-color css
<style>
a { background-color: #163F20; }
a { background-color: rgb(22,63,32); }
div.DivClassName
{
background-color: #163F20;
}
.BgClassName
{
background-color: #163F20;
}
</style>
border-color css
<style>
span { border-color: #163F20; }
span { border-color: rgb(22,63,32); }
td.TdClassName
{
border-color: #163F20;
}
.TagClassName
{
border-color: #163F20;
}
</style>