Shades of Deep Fir #16461F
Tints of Deep Fir #16461F
RGB
CMYK
RGB Variations
Color information
#16461F (or 0x16461F) is known color: Deep Fir. HEX triplet: 16, 46 and 1F. RGB value is (22,70,31). Sum of RGB (Red+Green+Blue) = 22+70+31=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #16461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16461F is #E9B9E0. Grayscale: #333333. Windows color (decimal): -15317473 or 2049558. OLE color: 2049558.
HSL color Cylindrical-coordinate representation of color #16461F: hue angle of 131.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16461F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 31 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.73 |
| HSL | 131.25º | 0.52% | 0.18% | - |
| HSV(B) | 131.25º | 0.69% | 0.27% | - |
| XYZ | 2.77 | 4.65 | 2.05 | - |
| YUV | 51.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 31 | 0.69 | 0 | 0.56 | 0.73 | 131.25 | 0.52 | 0.18 |
| Hex | 16 | 46 | 1F | 45 | 0 | 38 | 49 | 83 | 34 | 12 |
| Octal | 26 | 106 | 37 | 105 | 0 | 70 | 111 | 203 | 64 | 22 |
| Binary | 10110 | 1000110 | 11111 | 1000101 | 0 | 111000 | 1001001 | 10000011 | 110100 | 10010 |
Color Harmonies of #16461F
Complementary color
Monochromatic Colors of #16461F
Black with #16461F
Text Example
Text Example
White with #16461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16461F; }
p { color: rgb(22,70,31); }
H1.HeaderClassName
{
color: #16461F;
}
.AnyTagClassName
{
color: #16461F;
}
</style>
background-color css
<style>
a { background-color: #16461F; }
a { background-color: rgb(22,70,31); }
div.DivClassName
{
background-color: #16461F;
}
.BgClassName
{
background-color: #16461F;
}
</style>
border-color css
<style>
span { border-color: #16461F; }
span { border-color: rgb(22,70,31); }
td.TdClassName
{
border-color: #16461F;
}
.TagClassName
{
border-color: #16461F;
}
</style>