Shades of Deep Fir #104319
Tints of Deep Fir #104319
RGB
CMYK
RGB Variations
Color information
#104319 (or 0x104319) is known color: Deep Fir. HEX triplet: 10, 43 and 19. RGB value is (16,67,25). Sum of RGB (Red+Green+Blue) = 16+67+25=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #104319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104319 is #EFBCE6. Grayscale: #2F2F2F. Windows color (decimal): -15711463 or 1655568. OLE color: 1655568.
HSL color Cylindrical-coordinate representation of color #104319: hue angle of 130.59º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104319 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 25 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.74 |
| HSL | 130.59º | 0.61% | 0.16% | - |
| HSV(B) | 130.59º | 0.76% | 0.26% | - |
| XYZ | 2.4 | 4.19 | 1.6 | - |
| YUV | 46.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 25 | 0.76 | 0 | 0.63 | 0.74 | 130.59 | 0.61 | 0.16 |
| Hex | 10 | 43 | 19 | 4C | 0 | 3F | 4A | 83 | 3D | 10 |
| Octal | 20 | 103 | 31 | 114 | 0 | 77 | 112 | 203 | 75 | 20 |
| Binary | 10000 | 1000011 | 11001 | 1001100 | 0 | 111111 | 1001010 | 10000011 | 111101 | 10000 |
Color Harmonies of #104319
Complementary color
Monochromatic Colors of #104319
Black with #104319
Text Example
Text Example
White with #104319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104319; }
p { color: rgb(16,67,25); }
H1.HeaderClassName
{
color: #104319;
}
.AnyTagClassName
{
color: #104319;
}
</style>
background-color css
<style>
a { background-color: #104319; }
a { background-color: rgb(16,67,25); }
div.DivClassName
{
background-color: #104319;
}
.BgClassName
{
background-color: #104319;
}
</style>
border-color css
<style>
span { border-color: #104319; }
span { border-color: rgb(16,67,25); }
td.TdClassName
{
border-color: #104319;
}
.TagClassName
{
border-color: #104319;
}
</style>