Shades of Dark Green #073428
Tints of Dark Green #073428
RGB
CMYK
RGB Variations
Color information
#073428 (or 0x073428) is known color: Dark Green. HEX triplet: 07, 34 and 28. RGB value is (7,52,40). Sum of RGB (Red+Green+Blue) = 7+52+40=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #073428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073428 is #F8CBD7. Grayscale: #252525. Windows color (decimal): -16305112 or 2634759. OLE color: 2634759.
HSL color Cylindrical-coordinate representation of color #073428: hue angle of 164º 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 #073428 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 52 | 40 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.80 |
| HSL | 164º | 0.76% | 0.12% | - |
| HSV(B) | 164º | 0.87% | 0.2% | - |
| XYZ | 1.7 | 2.65 | 2.43 | - |
| YUV | 37.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 40 | 0.87 | 0 | 0.23 | 0.80 | 164 | 0.76 | 0.12 |
| Hex | 7 | 34 | 28 | 57 | 0 | 17 | 50 | A4 | 4C | C |
| Octal | 7 | 64 | 50 | 127 | 0 | 27 | 120 | 244 | 114 | 14 |
| Binary | 111 | 110100 | 101000 | 1010111 | 0 | 10111 | 1010000 | 10100100 | 1001100 | 1100 |
Color Harmonies of #073428
Complementary color
Monochromatic Colors of #073428
Black with #073428
Text Example
Text Example
White with #073428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073428; }
p { color: rgb(7,52,40); }
H1.HeaderClassName
{
color: #073428;
}
.AnyTagClassName
{
color: #073428;
}
</style>
background-color css
<style>
a { background-color: #073428; }
a { background-color: rgb(7,52,40); }
div.DivClassName
{
background-color: #073428;
}
.BgClassName
{
background-color: #073428;
}
</style>
border-color css
<style>
span { border-color: #073428; }
span { border-color: rgb(7,52,40); }
td.TdClassName
{
border-color: #073428;
}
.TagClassName
{
border-color: #073428;
}
</style>