Shades of Deep Fir #163E20
Tints of Deep Fir #163E20
RGB
CMYK
RGB Variations
Color information
#163E20 (or 0x163E20) is known color: Deep Fir. HEX triplet: 16, 3E and 20. RGB value is (22,62,32). Sum of RGB (Red+Green+Blue) = 22+62+32=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #163E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E20 is #E9C1DF. Grayscale: #2E2E2E. Windows color (decimal): -15319520 or 2113046. OLE color: 2113046.
HSL color Cylindrical-coordinate representation of color #163E20: hue angle of 135º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #163E20 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 62 | 32 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.76 |
| HSL | 135º | 0.48% | 0.16% | - |
| HSV(B) | 135º | 0.65% | 0.24% | - |
| XYZ | 2.31 | 3.72 | 1.96 | - |
| YUV | 46.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 32 | 0.65 | 0 | 0.48 | 0.76 | 135 | 0.48 | 0.16 |
| Hex | 16 | 3E | 20 | 41 | 0 | 30 | 4C | 87 | 30 | 10 |
| Octal | 26 | 76 | 40 | 101 | 0 | 60 | 114 | 207 | 60 | 20 |
| Binary | 10110 | 111110 | 100000 | 1000001 | 0 | 110000 | 1001100 | 10000111 | 110000 | 10000 |
Color Harmonies of #163E20
Complementary color
Monochromatic Colors of #163E20
Black with #163E20
Text Example
Text Example
White with #163E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E20; }
p { color: rgb(22,62,32); }
H1.HeaderClassName
{
color: #163E20;
}
.AnyTagClassName
{
color: #163E20;
}
</style>
background-color css
<style>
a { background-color: #163E20; }
a { background-color: rgb(22,62,32); }
div.DivClassName
{
background-color: #163E20;
}
.BgClassName
{
background-color: #163E20;
}
</style>
border-color css
<style>
span { border-color: #163E20; }
span { border-color: rgb(22,62,32); }
td.TdClassName
{
border-color: #163E20;
}
.TagClassName
{
border-color: #163E20;
}
</style>