Shades of Dark Green #073419
Tints of Dark Green #073419
RGB
CMYK
RGB Variations
Color information
#073419 (or 0x073419) is known color: Dark Green. HEX triplet: 07, 34 and 19. RGB value is (7,52,25). Sum of RGB (Red+Green+Blue) = 7+52+25=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #073419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073419 is #F8CBE6. Grayscale: #232323. Windows color (decimal): -16305127 or 1651719. OLE color: 1651719.
HSL color Cylindrical-coordinate representation of color #073419: hue angle of 144º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073419 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 52 | 25 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.80 |
| HSL | 144º | 0.76% | 0.12% | - |
| HSV(B) | 144º | 0.87% | 0.2% | - |
| XYZ | 1.49 | 2.57 | 1.34 | - |
| YUV | 35.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 25 | 0.87 | 0 | 0.52 | 0.80 | 144 | 0.76 | 0.12 |
| Hex | 7 | 34 | 19 | 57 | 0 | 34 | 50 | 90 | 4C | C |
| Octal | 7 | 64 | 31 | 127 | 0 | 64 | 120 | 220 | 114 | 14 |
| Binary | 111 | 110100 | 11001 | 1010111 | 0 | 110100 | 1010000 | 10010000 | 1001100 | 1100 |
Color Harmonies of #073419
Complementary color
Monochromatic Colors of #073419
Black with #073419
Text Example
Text Example
White with #073419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073419; }
p { color: rgb(7,52,25); }
H1.HeaderClassName
{
color: #073419;
}
.AnyTagClassName
{
color: #073419;
}
</style>
background-color css
<style>
a { background-color: #073419; }
a { background-color: rgb(7,52,25); }
div.DivClassName
{
background-color: #073419;
}
.BgClassName
{
background-color: #073419;
}
</style>
border-color css
<style>
span { border-color: #073419; }
span { border-color: rgb(7,52,25); }
td.TdClassName
{
border-color: #073419;
}
.TagClassName
{
border-color: #073419;
}
</style>