Shades of Dark Green #073325
Tints of Dark Green #073325
RGB
CMYK
RGB Variations
Color information
#073325 (or 0x073325) is known color: Dark Green. HEX triplet: 07, 33 and 25. RGB value is (7,51,37). Sum of RGB (Red+Green+Blue) = 7+51+37=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #073325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073325 is #F8CCDA. Grayscale: #242424. Windows color (decimal): -16305371 or 2437895. OLE color: 2437895.
HSL color Cylindrical-coordinate representation of color #073325: hue angle of 160.91º 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 #073325 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 37 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.8 |
| HSL | 160.91º | 0.76% | 0.11% | - |
| HSV(B) | 160.91º | 0.86% | 0.2% | - |
| XYZ | 1.61 | 2.55 | 2.16 | - |
| YUV | 36.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 37 | 0.86 | 0 | 0.27 | 0.8 | 160.91 | 0.76 | 0.11 |
| Hex | 7 | 33 | 25 | 56 | 0 | 1B | 50 | A1 | 4C | B |
| Octal | 7 | 63 | 45 | 126 | 0 | 33 | 120 | 241 | 114 | 13 |
| Binary | 111 | 110011 | 100101 | 1010110 | 0 | 11011 | 1010000 | 10100001 | 1001100 | 1011 |
Color Harmonies of #073325
Complementary color
Monochromatic Colors of #073325
Black with #073325
Text Example
Text Example
White with #073325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073325; }
p { color: rgb(7,51,37); }
H1.HeaderClassName
{
color: #073325;
}
.AnyTagClassName
{
color: #073325;
}
</style>
background-color css
<style>
a { background-color: #073325; }
a { background-color: rgb(7,51,37); }
div.DivClassName
{
background-color: #073325;
}
.BgClassName
{
background-color: #073325;
}
</style>
border-color css
<style>
span { border-color: #073325; }
span { border-color: rgb(7,51,37); }
td.TdClassName
{
border-color: #073325;
}
.TagClassName
{
border-color: #073325;
}
</style>