Shades of Dark Green #052725
Tints of Dark Green #052725
RGB
CMYK
RGB Variations
Color information
#052725 (or 0x052725) is known color: Dark Green. HEX triplet: 05, 27 and 25. RGB value is (5,39,37). Sum of RGB (Red+Green+Blue) = 5+39+37=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #052725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052725 is #FAD8DA. Grayscale: #1C1C1C. Windows color (decimal): -16439515 or 2434821. OLE color: 2434821.
HSL color Cylindrical-coordinate representation of color #052725: hue angle of 176.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052725 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 37 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.85 |
| HSL | 176.47º | 0.77% | 0.09% | - |
| HSV(B) | 176.47º | 0.87% | 0.15% | - |
| XYZ | 1.12 | 1.62 | 2 | - |
| YUV | 28.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 37 | 0.87 | 0 | 0.05 | 0.85 | 176.47 | 0.77 | 0.09 |
| Hex | 5 | 27 | 25 | 57 | 0 | 5 | 55 | B0 | 4D | 9 |
| Octal | 5 | 47 | 45 | 127 | 0 | 5 | 125 | 260 | 115 | 11 |
| Binary | 101 | 100111 | 100101 | 1010111 | 0 | 101 | 1010101 | 10110000 | 1001101 | 1001 |
Color Harmonies of #052725
Complementary color
Monochromatic Colors of #052725
Black with #052725
Text Example
Text Example
White with #052725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052725; }
p { color: rgb(5,39,37); }
H1.HeaderClassName
{
color: #052725;
}
.AnyTagClassName
{
color: #052725;
}
</style>
background-color css
<style>
a { background-color: #052725; }
a { background-color: rgb(5,39,37); }
div.DivClassName
{
background-color: #052725;
}
.BgClassName
{
background-color: #052725;
}
</style>
border-color css
<style>
span { border-color: #052725; }
span { border-color: rgb(5,39,37); }
td.TdClassName
{
border-color: #052725;
}
.TagClassName
{
border-color: #052725;
}
</style>