Shades of Deep Fir #163624
Tints of Deep Fir #163624
RGB
CMYK
RGB Variations
Color information
#163624 (or 0x163624) is known color: Deep Fir. HEX triplet: 16, 36 and 24. RGB value is (22,54,36). Sum of RGB (Red+Green+Blue) = 22+54+36=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #163624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163624 is #E9C9DB. Grayscale: #2A2A2A. Windows color (decimal): -15321564 or 2373142. OLE color: 2373142.
HSL color Cylindrical-coordinate representation of color #163624: hue angle of 146.25º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163624 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 36 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.79 |
| HSL | 146.25º | 0.42% | 0.15% | - |
| HSV(B) | 146.25º | 0.59% | 0.21% | - |
| XYZ | 1.97 | 2.94 | 2.13 | - |
| YUV | 42.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 36 | 0.59 | 0 | 0.33 | 0.79 | 146.25 | 0.42 | 0.15 |
| Hex | 16 | 36 | 24 | 3B | 0 | 21 | 4F | 92 | 2A | F |
| Octal | 26 | 66 | 44 | 73 | 0 | 41 | 117 | 222 | 52 | 17 |
| Binary | 10110 | 110110 | 100100 | 111011 | 0 | 100001 | 1001111 | 10010010 | 101010 | 1111 |
Color Harmonies of #163624
Complementary color
Monochromatic Colors of #163624
Black with #163624
Text Example
Text Example
White with #163624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163624; }
p { color: rgb(22,54,36); }
H1.HeaderClassName
{
color: #163624;
}
.AnyTagClassName
{
color: #163624;
}
</style>
background-color css
<style>
a { background-color: #163624; }
a { background-color: rgb(22,54,36); }
div.DivClassName
{
background-color: #163624;
}
.BgClassName
{
background-color: #163624;
}
</style>
border-color css
<style>
span { border-color: #163624; }
span { border-color: rgb(22,54,36); }
td.TdClassName
{
border-color: #163624;
}
.TagClassName
{
border-color: #163624;
}
</style>