Shades of Deep Fir #163F27
Tints of Deep Fir #163F27
RGB
CMYK
RGB Variations
Color information
#163F27 (or 0x163F27) is known color: Deep Fir. HEX triplet: 16, 3F and 27. RGB value is (22,63,39). Sum of RGB (Red+Green+Blue) = 22+63+39=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #163F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F27 is #E9C0D8. Grayscale: #303030. Windows color (decimal): -15319257 or 2572054. OLE color: 2572054.
HSL color Cylindrical-coordinate representation of color #163F27: hue angle of 144.88º 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 #163F27 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 63 | 39 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.75 |
| HSL | 144.88º | 0.48% | 0.17% | - |
| HSV(B) | 144.88º | 0.65% | 0.25% | - |
| XYZ | 2.47 | 3.87 | 2.54 | - |
| YUV | 48.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 39 | 0.65 | 0 | 0.38 | 0.75 | 144.88 | 0.48 | 0.17 |
| Hex | 16 | 3F | 27 | 41 | 0 | 26 | 4B | 91 | 30 | 11 |
| Octal | 26 | 77 | 47 | 101 | 0 | 46 | 113 | 221 | 60 | 21 |
| Binary | 10110 | 111111 | 100111 | 1000001 | 0 | 100110 | 1001011 | 10010001 | 110000 | 10001 |
Color Harmonies of #163F27
Complementary color
Monochromatic Colors of #163F27
Black with #163F27
Text Example
Text Example
White with #163F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F27; }
p { color: rgb(22,63,39); }
H1.HeaderClassName
{
color: #163F27;
}
.AnyTagClassName
{
color: #163F27;
}
</style>
background-color css
<style>
a { background-color: #163F27; }
a { background-color: rgb(22,63,39); }
div.DivClassName
{
background-color: #163F27;
}
.BgClassName
{
background-color: #163F27;
}
</style>
border-color css
<style>
span { border-color: #163F27; }
span { border-color: rgb(22,63,39); }
td.TdClassName
{
border-color: #163F27;
}
.TagClassName
{
border-color: #163F27;
}
</style>