Shades of Deep Fir #074D13
Tints of Deep Fir #074D13
RGB
CMYK
RGB Variations
Color information
#074D13 (or 0x074D13) is known color: Deep Fir. HEX triplet: 07, 4D and 13. RGB value is (7,77,19). Sum of RGB (Red+Green+Blue) = 7+77+19=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 77 (30.47% from 255 or 74.76% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 77 - color contains mainly: green. Hex color #074D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D13 is #F8B2EC. Grayscale: #313131. Windows color (decimal): -16298733 or 1264903. OLE color: 1264903.
HSL color Cylindrical-coordinate representation of color #074D13: hue angle of 130.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D13 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 19 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.70 |
| HSL | 130.29º | 0.83% | 0.16% | - |
| HSV(B) | 130.29º | 0.91% | 0.3% | - |
| XYZ | 2.86 | 5.4 | 1.51 | - |
| YUV | 49.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 19 | 0.91 | 0 | 0.75 | 0.70 | 130.29 | 0.83 | 0.16 |
| Hex | 7 | 4D | 13 | 5B | 0 | 4B | 46 | 82 | 53 | 10 |
| Octal | 7 | 115 | 23 | 133 | 0 | 113 | 106 | 202 | 123 | 20 |
| Binary | 111 | 1001101 | 10011 | 1011011 | 0 | 1001011 | 1000110 | 10000010 | 1010011 | 10000 |
Color Harmonies of #074D13
Complementary color
Monochromatic Colors of #074D13
Black with #074D13
Text Example
Text Example
White with #074D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D13; }
p { color: rgb(7,77,19); }
H1.HeaderClassName
{
color: #074D13;
}
.AnyTagClassName
{
color: #074D13;
}
</style>
background-color css
<style>
a { background-color: #074D13; }
a { background-color: rgb(7,77,19); }
div.DivClassName
{
background-color: #074D13;
}
.BgClassName
{
background-color: #074D13;
}
</style>
border-color css
<style>
span { border-color: #074D13; }
span { border-color: rgb(7,77,19); }
td.TdClassName
{
border-color: #074D13;
}
.TagClassName
{
border-color: #074D13;
}
</style>