Shades of Deep Fir #163F24
Tints of Deep Fir #163F24
RGB
CMYK
RGB Variations
Color information
#163F24 (or 0x163F24) is known color: Deep Fir. HEX triplet: 16, 3F and 24. RGB value is (22,63,36). Sum of RGB (Red+Green+Blue) = 22+63+36=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #163F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F24 is #E9C0DB. Grayscale: #2F2F2F. Windows color (decimal): -15319260 or 2375446. OLE color: 2375446.
HSL color Cylindrical-coordinate representation of color #163F24: hue angle of 140.49º 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 #163F24 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 36 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.75 |
| HSL | 140.49º | 0.48% | 0.17% | - |
| HSV(B) | 140.49º | 0.65% | 0.25% | - |
| XYZ | 2.43 | 3.85 | 2.28 | - |
| YUV | 47.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 36 | 0.65 | 0 | 0.43 | 0.75 | 140.49 | 0.48 | 0.17 |
| Hex | 16 | 3F | 24 | 41 | 0 | 2B | 4B | 8C | 30 | 11 |
| Octal | 26 | 77 | 44 | 101 | 0 | 53 | 113 | 214 | 60 | 21 |
| Binary | 10110 | 111111 | 100100 | 1000001 | 0 | 101011 | 1001011 | 10001100 | 110000 | 10001 |
Color Harmonies of #163F24
Complementary color
Monochromatic Colors of #163F24
Black with #163F24
Text Example
Text Example
White with #163F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F24; }
p { color: rgb(22,63,36); }
H1.HeaderClassName
{
color: #163F24;
}
.AnyTagClassName
{
color: #163F24;
}
</style>
background-color css
<style>
a { background-color: #163F24; }
a { background-color: rgb(22,63,36); }
div.DivClassName
{
background-color: #163F24;
}
.BgClassName
{
background-color: #163F24;
}
</style>
border-color css
<style>
span { border-color: #163F24; }
span { border-color: rgb(22,63,36); }
td.TdClassName
{
border-color: #163F24;
}
.TagClassName
{
border-color: #163F24;
}
</style>