Shades of Deep Fir #104519
Tints of Deep Fir #104519
RGB
CMYK
RGB Variations
Color information
#104519 (or 0x104519) is known color: Deep Fir. HEX triplet: 10, 45 and 19. RGB value is (16,69,25). Sum of RGB (Red+Green+Blue) = 16+69+25=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #104519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104519 is #EFBAE6. Grayscale: #303030. Windows color (decimal): -15710951 or 1656080. OLE color: 1656080.
HSL color Cylindrical-coordinate representation of color #104519: hue angle of 130.19º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104519 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 69 | 25 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.73 |
| HSL | 130.19º | 0.62% | 0.17% | - |
| HSV(B) | 130.19º | 0.77% | 0.27% | - |
| XYZ | 2.52 | 4.44 | 1.64 | - |
| YUV | 48.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 25 | 0.77 | 0 | 0.64 | 0.73 | 130.19 | 0.62 | 0.17 |
| Hex | 10 | 45 | 19 | 4D | 0 | 40 | 49 | 82 | 3E | 11 |
| Octal | 20 | 105 | 31 | 115 | 0 | 100 | 111 | 202 | 76 | 21 |
| Binary | 10000 | 1000101 | 11001 | 1001101 | 0 | 1000000 | 1001001 | 10000010 | 111110 | 10001 |
Color Harmonies of #104519
Complementary color
Monochromatic Colors of #104519
Black with #104519
Text Example
Text Example
White with #104519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104519; }
p { color: rgb(16,69,25); }
H1.HeaderClassName
{
color: #104519;
}
.AnyTagClassName
{
color: #104519;
}
</style>
background-color css
<style>
a { background-color: #104519; }
a { background-color: rgb(16,69,25); }
div.DivClassName
{
background-color: #104519;
}
.BgClassName
{
background-color: #104519;
}
</style>
border-color css
<style>
span { border-color: #104519; }
span { border-color: rgb(16,69,25); }
td.TdClassName
{
border-color: #104519;
}
.TagClassName
{
border-color: #104519;
}
</style>