Shades of Dark Green #073122
Tints of Dark Green #073122
RGB
CMYK
RGB Variations
Color information
#073122 (or 0x073122) is known color: Dark Green. HEX triplet: 07, 31 and 22. RGB value is (7,49,34). Sum of RGB (Red+Green+Blue) = 7+49+34=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #073122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073122 is #F8CEDD. Grayscale: #222222. Windows color (decimal): -16305886 or 2240775. OLE color: 2240775.
HSL color Cylindrical-coordinate representation of color #073122: hue angle of 158.57º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073122 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 34 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.81 |
| HSL | 158.57º | 0.75% | 0.11% | - |
| HSV(B) | 158.57º | 0.86% | 0.19% | - |
| XYZ | 1.47 | 2.36 | 1.89 | - |
| YUV | 34.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 34 | 0.86 | 0 | 0.31 | 0.81 | 158.57 | 0.75 | 0.11 |
| Hex | 7 | 31 | 22 | 56 | 0 | 1F | 51 | 9F | 4B | B |
| Octal | 7 | 61 | 42 | 126 | 0 | 37 | 121 | 237 | 113 | 13 |
| Binary | 111 | 110001 | 100010 | 1010110 | 0 | 11111 | 1010001 | 10011111 | 1001011 | 1011 |
Color Harmonies of #073122
Complementary color
Monochromatic Colors of #073122
Black with #073122
Text Example
Text Example
White with #073122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073122; }
p { color: rgb(7,49,34); }
H1.HeaderClassName
{
color: #073122;
}
.AnyTagClassName
{
color: #073122;
}
</style>
background-color css
<style>
a { background-color: #073122; }
a { background-color: rgb(7,49,34); }
div.DivClassName
{
background-color: #073122;
}
.BgClassName
{
background-color: #073122;
}
</style>
border-color css
<style>
span { border-color: #073122; }
span { border-color: rgb(7,49,34); }
td.TdClassName
{
border-color: #073122;
}
.TagClassName
{
border-color: #073122;
}
</style>