Shades of Deep Fir #104922
Tints of Deep Fir #104922
RGB
CMYK
RGB Variations
Color information
#104922 (or 0x104922) is known color: Deep Fir. HEX triplet: 10, 49 and 22. RGB value is (16,73,34). Sum of RGB (Red+Green+Blue) = 16+73+34=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #104922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104922 is #EFB6DD. Grayscale: #333333. Windows color (decimal): -15709918 or 2246928. OLE color: 2246928.
HSL color Cylindrical-coordinate representation of color #104922: hue angle of 138.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104922 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 34 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.71 |
| HSL | 138.95º | 0.64% | 0.17% | - |
| HSV(B) | 138.95º | 0.78% | 0.29% | - |
| XYZ | 2.88 | 4.99 | 2.32 | - |
| YUV | 51.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 34 | 0.78 | 0 | 0.53 | 0.71 | 138.95 | 0.64 | 0.17 |
| Hex | 10 | 49 | 22 | 4E | 0 | 35 | 47 | 8B | 40 | 11 |
| Octal | 20 | 111 | 42 | 116 | 0 | 65 | 107 | 213 | 100 | 21 |
| Binary | 10000 | 1001001 | 100010 | 1001110 | 0 | 110101 | 1000111 | 10001011 | 1000000 | 10001 |
Color Harmonies of #104922
Complementary color
Monochromatic Colors of #104922
Black with #104922
Text Example
Text Example
White with #104922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104922; }
p { color: rgb(16,73,34); }
H1.HeaderClassName
{
color: #104922;
}
.AnyTagClassName
{
color: #104922;
}
</style>
background-color css
<style>
a { background-color: #104922; }
a { background-color: rgb(16,73,34); }
div.DivClassName
{
background-color: #104922;
}
.BgClassName
{
background-color: #104922;
}
</style>
border-color css
<style>
span { border-color: #104922; }
span { border-color: rgb(16,73,34); }
td.TdClassName
{
border-color: #104922;
}
.TagClassName
{
border-color: #104922;
}
</style>