Shades of Dark Green #072524
Tints of Dark Green #072524
RGB
CMYK
RGB Variations
Color information
#072524 (or 0x072524) is known color: Dark Green. HEX triplet: 07, 25 and 24. RGB value is (7,37,36). Sum of RGB (Red+Green+Blue) = 7+37+36=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #072524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072524 is #F8DADB. Grayscale: #1B1B1B. Windows color (decimal): -16308956 or 2368775. OLE color: 2368775.
HSL color Cylindrical-coordinate representation of color #072524: hue angle of 178º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072524 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 37 | 36 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.85 |
| HSL | 178º | 0.68% | 0.09% | - |
| HSV(B) | 178º | 0.81% | 0.15% | - |
| XYZ | 1.07 | 1.5 | 1.9 | - |
| YUV | 27.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 36 | 0.81 | 0 | 0.03 | 0.85 | 178 | 0.68 | 0.09 |
| Hex | 7 | 25 | 24 | 51 | 0 | 3 | 55 | B2 | 44 | 9 |
| Octal | 7 | 45 | 44 | 121 | 0 | 3 | 125 | 262 | 104 | 11 |
| Binary | 111 | 100101 | 100100 | 1010001 | 0 | 11 | 1010101 | 10110010 | 1000100 | 1001 |
Color Harmonies of #072524
Complementary color
Monochromatic Colors of #072524
Black with #072524
Text Example
Text Example
White with #072524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072524; }
p { color: rgb(7,37,36); }
H1.HeaderClassName
{
color: #072524;
}
.AnyTagClassName
{
color: #072524;
}
</style>
background-color css
<style>
a { background-color: #072524; }
a { background-color: rgb(7,37,36); }
div.DivClassName
{
background-color: #072524;
}
.BgClassName
{
background-color: #072524;
}
</style>
border-color css
<style>
span { border-color: #072524; }
span { border-color: rgb(7,37,36); }
td.TdClassName
{
border-color: #072524;
}
.TagClassName
{
border-color: #072524;
}
</style>