Shades of Dark Green #052525
Tints of Dark Green #052525
RGB
CMYK
RGB Variations
Color information
#052525 (or 0x052525) is known color: Dark Green. HEX triplet: 05, 25 and 25. RGB value is (5,37,37). Sum of RGB (Red+Green+Blue) = 5+37+37=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #052525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052525 is #FADADA. Grayscale: #1B1B1B. Windows color (decimal): -16440027 or 2434309. OLE color: 2434309.
HSL color Cylindrical-coordinate representation of color #052525: hue angle of 180º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052525 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 37 | - |
| CMYK | 0.86 | 0 | 0 | 0.85 |
| HSL | 180º | 0.76% | 0.08% | - |
| HSV(B) | 180º | 0.86% | 0.15% | - |
| XYZ | 1.06 | 1.49 | 1.98 | - |
| YUV | 27.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 37 | 0.86 | 0 | 0 | 0.85 | 180 | 0.76 | 0.08 |
| Hex | 5 | 25 | 25 | 56 | 0 | 0 | 55 | B4 | 4C | 8 |
| Octal | 5 | 45 | 45 | 126 | 0 | 0 | 125 | 264 | 114 | 10 |
| Binary | 101 | 100101 | 100101 | 1010110 | 0 | 0 | 1010101 | 10110100 | 1001100 | 1000 |
Color Harmonies of #052525
Complementary color
Monochromatic Colors of #052525
Black with #052525
Text Example
Text Example
White with #052525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052525; }
p { color: rgb(5,37,37); }
H1.HeaderClassName
{
color: #052525;
}
.AnyTagClassName
{
color: #052525;
}
</style>
background-color css
<style>
a { background-color: #052525; }
a { background-color: rgb(5,37,37); }
div.DivClassName
{
background-color: #052525;
}
.BgClassName
{
background-color: #052525;
}
</style>
border-color css
<style>
span { border-color: #052525; }
span { border-color: rgb(5,37,37); }
td.TdClassName
{
border-color: #052525;
}
.TagClassName
{
border-color: #052525;
}
</style>