Shades of Deep Fir #163C20
Tints of Deep Fir #163C20
RGB
CMYK
RGB Variations
Color information
#163C20 (or 0x163C20) is known color: Deep Fir. HEX triplet: 16, 3C and 20. RGB value is (22,60,32). Sum of RGB (Red+Green+Blue) = 22+60+32=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #163C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C20 is #E9C3DF. Grayscale: #2D2D2D. Windows color (decimal): -15320032 or 2112534. OLE color: 2112534.
HSL color Cylindrical-coordinate representation of color #163C20: hue angle of 135.79º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163C20 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 60 | 32 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.76 |
| HSL | 135.79º | 0.46% | 0.16% | - |
| HSV(B) | 135.79º | 0.63% | 0.24% | - |
| XYZ | 2.21 | 3.51 | 1.93 | - |
| YUV | 45.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 32 | 0.63 | 0 | 0.47 | 0.76 | 135.79 | 0.46 | 0.16 |
| Hex | 16 | 3C | 20 | 3F | 0 | 2F | 4C | 88 | 2E | 10 |
| Octal | 26 | 74 | 40 | 77 | 0 | 57 | 114 | 210 | 56 | 20 |
| Binary | 10110 | 111100 | 100000 | 111111 | 0 | 101111 | 1001100 | 10001000 | 101110 | 10000 |
Color Harmonies of #163C20
Complementary color
Monochromatic Colors of #163C20
Black with #163C20
Text Example
Text Example
White with #163C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163C20; }
p { color: rgb(22,60,32); }
H1.HeaderClassName
{
color: #163C20;
}
.AnyTagClassName
{
color: #163C20;
}
</style>
background-color css
<style>
a { background-color: #163C20; }
a { background-color: rgb(22,60,32); }
div.DivClassName
{
background-color: #163C20;
}
.BgClassName
{
background-color: #163C20;
}
</style>
border-color css
<style>
span { border-color: #163C20; }
span { border-color: rgb(22,60,32); }
td.TdClassName
{
border-color: #163C20;
}
.TagClassName
{
border-color: #163C20;
}
</style>