Shades of Deep Fir #073E18
Tints of Deep Fir #073E18
RGB
CMYK
RGB Variations
Color information
#073E18 (or 0x073E18) is known color: Deep Fir. HEX triplet: 07, 3E and 18. RGB value is (7,62,24). Sum of RGB (Red+Green+Blue) = 7+62+24=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 62 (24.61% from 255 or 66.67% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 62 - color contains mainly: green. Hex color #073E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073E18 is #F8C1E7. Grayscale: #292929. Windows color (decimal): -16302568 or 1588743. OLE color: 1588743.
HSL color Cylindrical-coordinate representation of color #073E18: hue angle of 138.55º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E18 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 24 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.76 |
| HSL | 138.55º | 0.8% | 0.14% | - |
| HSV(B) | 138.55º | 0.89% | 0.24% | - |
| XYZ | 1.98 | 3.56 | 1.45 | - |
| YUV | 41.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 24 | 0.89 | 0 | 0.61 | 0.76 | 138.55 | 0.8 | 0.14 |
| Hex | 7 | 3E | 18 | 59 | 0 | 3D | 4C | 8B | 50 | E |
| Octal | 7 | 76 | 30 | 131 | 0 | 75 | 114 | 213 | 120 | 16 |
| Binary | 111 | 111110 | 11000 | 1011001 | 0 | 111101 | 1001100 | 10001011 | 1010000 | 1110 |
Color Harmonies of #073E18
Complementary color
Monochromatic Colors of #073E18
Black with #073E18
Text Example
Text Example
White with #073E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E18; }
p { color: rgb(7,62,24); }
H1.HeaderClassName
{
color: #073E18;
}
.AnyTagClassName
{
color: #073E18;
}
</style>
background-color css
<style>
a { background-color: #073E18; }
a { background-color: rgb(7,62,24); }
div.DivClassName
{
background-color: #073E18;
}
.BgClassName
{
background-color: #073E18;
}
</style>
border-color css
<style>
span { border-color: #073E18; }
span { border-color: rgb(7,62,24); }
td.TdClassName
{
border-color: #073E18;
}
.TagClassName
{
border-color: #073E18;
}
</style>