Shades of Deep Fir #104C1C
Tints of Deep Fir #104C1C
RGB
CMYK
RGB Variations
Color information
#104C1C (or 0x104C1C) is known color: Deep Fir. HEX triplet: 10, 4C and 1C. RGB value is (16,76,28). Sum of RGB (Red+Green+Blue) = 16+76+28=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #104C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C1C is #EFB3E3. Grayscale: #343434. Windows color (decimal): -15709156 or 1854480. OLE color: 1854480.
HSL color Cylindrical-coordinate representation of color #104C1C: hue angle of 132º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C1C is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 28 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.70 |
| HSL | 132º | 0.65% | 0.18% | - |
| HSV(B) | 132º | 0.79% | 0.3% | - |
| XYZ | 3.01 | 5.36 | 1.98 | - |
| YUV | 52.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 28 | 0.79 | 0 | 0.63 | 0.70 | 132 | 0.65 | 0.18 |
| Hex | 10 | 4C | 1C | 4F | 0 | 3F | 46 | 84 | 41 | 12 |
| Octal | 20 | 114 | 34 | 117 | 0 | 77 | 106 | 204 | 101 | 22 |
| Binary | 10000 | 1001100 | 11100 | 1001111 | 0 | 111111 | 1000110 | 10000100 | 1000001 | 10010 |
Color Harmonies of #104C1C
Complementary color
Monochromatic Colors of #104C1C
Black with #104C1C
Text Example
Text Example
White with #104C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C1C; }
p { color: rgb(16,76,28); }
H1.HeaderClassName
{
color: #104C1C;
}
.AnyTagClassName
{
color: #104C1C;
}
</style>
background-color css
<style>
a { background-color: #104C1C; }
a { background-color: rgb(16,76,28); }
div.DivClassName
{
background-color: #104C1C;
}
.BgClassName
{
background-color: #104C1C;
}
</style>
border-color css
<style>
span { border-color: #104C1C; }
span { border-color: rgb(16,76,28); }
td.TdClassName
{
border-color: #104C1C;
}
.TagClassName
{
border-color: #104C1C;
}
</style>