Shades of Dark Green #073322
Tints of Dark Green #073322
RGB
CMYK
RGB Variations
Color information
#073322 (or 0x073322) is known color: Dark Green. HEX triplet: 07, 33 and 22. RGB value is (7,51,34). Sum of RGB (Red+Green+Blue) = 7+51+34=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #073322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073322 is #F8CCDD. Grayscale: #232323. Windows color (decimal): -16305374 or 2241287. OLE color: 2241287.
HSL color Cylindrical-coordinate representation of color #073322: hue angle of 156.82º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073322 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 34 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.8 |
| HSL | 156.82º | 0.76% | 0.11% | - |
| HSV(B) | 156.82º | 0.86% | 0.2% | - |
| XYZ | 1.56 | 2.53 | 1.92 | - |
| YUV | 35.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 34 | 0.86 | 0 | 0.33 | 0.8 | 156.82 | 0.76 | 0.11 |
| Hex | 7 | 33 | 22 | 56 | 0 | 21 | 50 | 9D | 4C | B |
| Octal | 7 | 63 | 42 | 126 | 0 | 41 | 120 | 235 | 114 | 13 |
| Binary | 111 | 110011 | 100010 | 1010110 | 0 | 100001 | 1010000 | 10011101 | 1001100 | 1011 |
Color Harmonies of #073322
Complementary color
Monochromatic Colors of #073322
Black with #073322
Text Example
Text Example
White with #073322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073322; }
p { color: rgb(7,51,34); }
H1.HeaderClassName
{
color: #073322;
}
.AnyTagClassName
{
color: #073322;
}
</style>
background-color css
<style>
a { background-color: #073322; }
a { background-color: rgb(7,51,34); }
div.DivClassName
{
background-color: #073322;
}
.BgClassName
{
background-color: #073322;
}
</style>
border-color css
<style>
span { border-color: #073322; }
span { border-color: rgb(7,51,34); }
td.TdClassName
{
border-color: #073322;
}
.TagClassName
{
border-color: #073322;
}
</style>