Shades of Deep Fir #104120
Tints of Deep Fir #104120
RGB
CMYK
RGB Variations
Color information
#104120 (or 0x104120) is known color: Deep Fir. HEX triplet: 10, 41 and 20. RGB value is (16,65,32). Sum of RGB (Red+Green+Blue) = 16+65+32=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #104120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104120 is #EFBEDF. Grayscale: #2E2E2E. Windows color (decimal): -15711968 or 2113808. OLE color: 2113808.
HSL color Cylindrical-coordinate representation of color #104120: hue angle of 139.59º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104120 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 32 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.75 |
| HSL | 139.59º | 0.6% | 0.16% | - |
| HSV(B) | 139.59º | 0.75% | 0.25% | - |
| XYZ | 2.36 | 4 | 2.01 | - |
| YUV | 46.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 32 | 0.75 | 0 | 0.51 | 0.75 | 139.59 | 0.6 | 0.16 |
| Hex | 10 | 41 | 20 | 4B | 0 | 33 | 4B | 8C | 3C | 10 |
| Octal | 20 | 101 | 40 | 113 | 0 | 63 | 113 | 214 | 74 | 20 |
| Binary | 10000 | 1000001 | 100000 | 1001011 | 0 | 110011 | 1001011 | 10001100 | 111100 | 10000 |
Color Harmonies of #104120
Complementary color
Monochromatic Colors of #104120
Black with #104120
Text Example
Text Example
White with #104120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104120; }
p { color: rgb(16,65,32); }
H1.HeaderClassName
{
color: #104120;
}
.AnyTagClassName
{
color: #104120;
}
</style>
background-color css
<style>
a { background-color: #104120; }
a { background-color: rgb(16,65,32); }
div.DivClassName
{
background-color: #104120;
}
.BgClassName
{
background-color: #104120;
}
</style>
border-color css
<style>
span { border-color: #104120; }
span { border-color: rgb(16,65,32); }
td.TdClassName
{
border-color: #104120;
}
.TagClassName
{
border-color: #104120;
}
</style>