Shades of Deep Fir #104118
Tints of Deep Fir #104118
RGB
CMYK
RGB Variations
Color information
#104118 (or 0x104118) is known color: Deep Fir. HEX triplet: 10, 41 and 18. RGB value is (16,65,24). Sum of RGB (Red+Green+Blue) = 16+65+24=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #104118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104118 is #EFBEE7. Grayscale: #2D2D2D. Windows color (decimal): -15711976 or 1589520. OLE color: 1589520.
HSL color Cylindrical-coordinate representation of color #104118: hue angle of 129.8º 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 #104118 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 24 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.75 |
| HSL | 129.8º | 0.6% | 0.16% | - |
| HSV(B) | 129.8º | 0.75% | 0.25% | - |
| XYZ | 2.27 | 3.96 | 1.51 | - |
| YUV | 45.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 24 | 0.75 | 0 | 0.63 | 0.75 | 129.8 | 0.6 | 0.16 |
| Hex | 10 | 41 | 18 | 4B | 0 | 3F | 4B | 82 | 3C | 10 |
| Octal | 20 | 101 | 30 | 113 | 0 | 77 | 113 | 202 | 74 | 20 |
| Binary | 10000 | 1000001 | 11000 | 1001011 | 0 | 111111 | 1001011 | 10000010 | 111100 | 10000 |
Color Harmonies of #104118
Complementary color
Monochromatic Colors of #104118
Black with #104118
Text Example
Text Example
White with #104118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104118; }
p { color: rgb(16,65,24); }
H1.HeaderClassName
{
color: #104118;
}
.AnyTagClassName
{
color: #104118;
}
</style>
background-color css
<style>
a { background-color: #104118; }
a { background-color: rgb(16,65,24); }
div.DivClassName
{
background-color: #104118;
}
.BgClassName
{
background-color: #104118;
}
</style>
border-color css
<style>
span { border-color: #104118; }
span { border-color: rgb(16,65,24); }
td.TdClassName
{
border-color: #104118;
}
.TagClassName
{
border-color: #104118;
}
</style>