Shades of Deep Fir #104E1C
Tints of Deep Fir #104E1C
RGB
CMYK
RGB Variations
Color information
#104E1C (or 0x104E1C) is known color: Deep Fir. HEX triplet: 10, 4E and 1C. RGB value is (16,78,28). Sum of RGB (Red+Green+Blue) = 16+78+28=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #104E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E1C is #EFB1E3. Grayscale: #353535. Windows color (decimal): -15708644 or 1854992. OLE color: 1854992.
HSL color Cylindrical-coordinate representation of color #104E1C: hue angle of 131.61º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E1C is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 28 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.69 |
| HSL | 131.61º | 0.66% | 0.18% | - |
| HSV(B) | 131.61º | 0.79% | 0.31% | - |
| XYZ | 3.15 | 5.64 | 2.02 | - |
| YUV | 53.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 28 | 0.79 | 0 | 0.64 | 0.69 | 131.61 | 0.66 | 0.18 |
| Hex | 10 | 4E | 1C | 4F | 0 | 40 | 45 | 84 | 42 | 12 |
| Octal | 20 | 116 | 34 | 117 | 0 | 100 | 105 | 204 | 102 | 22 |
| Binary | 10000 | 1001110 | 11100 | 1001111 | 0 | 1000000 | 1000101 | 10000100 | 1000010 | 10010 |
Color Harmonies of #104E1C
Complementary color
Monochromatic Colors of #104E1C
Black with #104E1C
Text Example
Text Example
White with #104E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E1C; }
p { color: rgb(16,78,28); }
H1.HeaderClassName
{
color: #104E1C;
}
.AnyTagClassName
{
color: #104E1C;
}
</style>
background-color css
<style>
a { background-color: #104E1C; }
a { background-color: rgb(16,78,28); }
div.DivClassName
{
background-color: #104E1C;
}
.BgClassName
{
background-color: #104E1C;
}
</style>
border-color css
<style>
span { border-color: #104E1C; }
span { border-color: rgb(16,78,28); }
td.TdClassName
{
border-color: #104E1C;
}
.TagClassName
{
border-color: #104E1C;
}
</style>