Shades of Deep Fir #074819
Tints of Deep Fir #074819
RGB
CMYK
RGB Variations
Color information
#074819 (or 0x074819) is known color: Deep Fir. HEX triplet: 07, 48 and 19. RGB value is (7,72,25). Sum of RGB (Red+Green+Blue) = 7+72+25=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #074819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074819 is #F8B7E6. Grayscale: #2F2F2F. Windows color (decimal): -16300007 or 1656839. OLE color: 1656839.
HSL color Cylindrical-coordinate representation of color #074819: hue angle of 136.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074819 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 25 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.72 |
| HSL | 136.62º | 0.82% | 0.15% | - |
| HSV(B) | 136.62º | 0.9% | 0.28% | - |
| XYZ | 2.58 | 4.75 | 1.7 | - |
| YUV | 47.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 25 | 0.90 | 0 | 0.65 | 0.72 | 136.62 | 0.82 | 0.15 |
| Hex | 7 | 48 | 19 | 5A | 0 | 41 | 48 | 89 | 52 | F |
| Octal | 7 | 110 | 31 | 132 | 0 | 101 | 110 | 211 | 122 | 17 |
| Binary | 111 | 1001000 | 11001 | 1011010 | 0 | 1000001 | 1001000 | 10001001 | 1010010 | 1111 |
Color Harmonies of #074819
Complementary color
Monochromatic Colors of #074819
Black with #074819
Text Example
Text Example
White with #074819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074819; }
p { color: rgb(7,72,25); }
H1.HeaderClassName
{
color: #074819;
}
.AnyTagClassName
{
color: #074819;
}
</style>
background-color css
<style>
a { background-color: #074819; }
a { background-color: rgb(7,72,25); }
div.DivClassName
{
background-color: #074819;
}
.BgClassName
{
background-color: #074819;
}
</style>
border-color css
<style>
span { border-color: #074819; }
span { border-color: rgb(7,72,25); }
td.TdClassName
{
border-color: #074819;
}
.TagClassName
{
border-color: #074819;
}
</style>