Shades of Deep Fir #163D1E
Tints of Deep Fir #163D1E
RGB
CMYK
RGB Variations
Color information
#163D1E (or 0x163D1E) is known color: Deep Fir. HEX triplet: 16, 3D and 1E. RGB value is (22,61,30). Sum of RGB (Red+Green+Blue) = 22+61+30=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #163D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D1E is #E9C2E1. Grayscale: #2D2D2D. Windows color (decimal): -15319778 or 1981718. OLE color: 1981718.
HSL color Cylindrical-coordinate representation of color #163D1E: hue angle of 132.31º 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 #163D1E is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 61 | 30 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.76 |
| HSL | 132.31º | 0.47% | 0.16% | - |
| HSV(B) | 132.31º | 0.64% | 0.24% | - |
| XYZ | 2.23 | 3.6 | 1.81 | - |
| YUV | 45.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 30 | 0.64 | 0 | 0.51 | 0.76 | 132.31 | 0.47 | 0.16 |
| Hex | 16 | 3D | 1E | 40 | 0 | 33 | 4C | 84 | 2F | 10 |
| Octal | 26 | 75 | 36 | 100 | 0 | 63 | 114 | 204 | 57 | 20 |
| Binary | 10110 | 111101 | 11110 | 1000000 | 0 | 110011 | 1001100 | 10000100 | 101111 | 10000 |
Color Harmonies of #163D1E
Complementary color
Monochromatic Colors of #163D1E
Black with #163D1E
Text Example
Text Example
White with #163D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D1E; }
p { color: rgb(22,61,30); }
H1.HeaderClassName
{
color: #163D1E;
}
.AnyTagClassName
{
color: #163D1E;
}
</style>
background-color css
<style>
a { background-color: #163D1E; }
a { background-color: rgb(22,61,30); }
div.DivClassName
{
background-color: #163D1E;
}
.BgClassName
{
background-color: #163D1E;
}
</style>
border-color css
<style>
span { border-color: #163D1E; }
span { border-color: rgb(22,61,30); }
td.TdClassName
{
border-color: #163D1E;
}
.TagClassName
{
border-color: #163D1E;
}
</style>