Shades of Dark Green #073527
Tints of Dark Green #073527
RGB
CMYK
RGB Variations
Color information
#073527 (or 0x073527) is known color: Dark Green. HEX triplet: 07, 35 and 27. RGB value is (7,53,39). Sum of RGB (Red+Green+Blue) = 7+53+39=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #073527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073527 is #F8CAD8. Grayscale: #252525. Windows color (decimal): -16304857 or 2569479. OLE color: 2569479.
HSL color Cylindrical-coordinate representation of color #073527: hue angle of 161.74º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073527 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 53 | 39 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.79 |
| HSL | 161.74º | 0.77% | 0.12% | - |
| HSV(B) | 161.74º | 0.87% | 0.21% | - |
| XYZ | 1.73 | 2.74 | 2.36 | - |
| YUV | 37.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 39 | 0.87 | 0 | 0.26 | 0.79 | 161.74 | 0.77 | 0.12 |
| Hex | 7 | 35 | 27 | 57 | 0 | 1A | 4F | A2 | 4D | C |
| Octal | 7 | 65 | 47 | 127 | 0 | 32 | 117 | 242 | 115 | 14 |
| Binary | 111 | 110101 | 100111 | 1010111 | 0 | 11010 | 1001111 | 10100010 | 1001101 | 1100 |
Color Harmonies of #073527
Complementary color
Monochromatic Colors of #073527
Black with #073527
Text Example
Text Example
White with #073527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073527; }
p { color: rgb(7,53,39); }
H1.HeaderClassName
{
color: #073527;
}
.AnyTagClassName
{
color: #073527;
}
</style>
background-color css
<style>
a { background-color: #073527; }
a { background-color: rgb(7,53,39); }
div.DivClassName
{
background-color: #073527;
}
.BgClassName
{
background-color: #073527;
}
</style>
border-color css
<style>
span { border-color: #073527; }
span { border-color: rgb(7,53,39); }
td.TdClassName
{
border-color: #073527;
}
.TagClassName
{
border-color: #073527;
}
</style>