Shades of Deep Fir #104722
Tints of Deep Fir #104722
RGB
CMYK
RGB Variations
Color information
#104722 (or 0x104722) is known color: Deep Fir. HEX triplet: 10, 47 and 22. RGB value is (16,71,34). Sum of RGB (Red+Green+Blue) = 16+71+34=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #104722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104722 is #EFB8DD. Grayscale: #323232. Windows color (decimal): -15710430 or 2246416. OLE color: 2246416.
HSL color Cylindrical-coordinate representation of color #104722: hue angle of 139.64º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104722 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 71 | 34 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.72 |
| HSL | 139.64º | 0.63% | 0.17% | - |
| HSV(B) | 139.64º | 0.77% | 0.28% | - |
| XYZ | 2.76 | 4.73 | 2.28 | - |
| YUV | 50.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 34 | 0.77 | 0 | 0.52 | 0.72 | 139.64 | 0.63 | 0.17 |
| Hex | 10 | 47 | 22 | 4D | 0 | 34 | 48 | 8C | 3F | 11 |
| Octal | 20 | 107 | 42 | 115 | 0 | 64 | 110 | 214 | 77 | 21 |
| Binary | 10000 | 1000111 | 100010 | 1001101 | 0 | 110100 | 1001000 | 10001100 | 111111 | 10001 |
Color Harmonies of #104722
Complementary color
Monochromatic Colors of #104722
Black with #104722
Text Example
Text Example
White with #104722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104722; }
p { color: rgb(16,71,34); }
H1.HeaderClassName
{
color: #104722;
}
.AnyTagClassName
{
color: #104722;
}
</style>
background-color css
<style>
a { background-color: #104722; }
a { background-color: rgb(16,71,34); }
div.DivClassName
{
background-color: #104722;
}
.BgClassName
{
background-color: #104722;
}
</style>
border-color css
<style>
span { border-color: #104722; }
span { border-color: rgb(16,71,34); }
td.TdClassName
{
border-color: #104722;
}
.TagClassName
{
border-color: #104722;
}
</style>