Shades of Dark Green #052625
Tints of Dark Green #052625
RGB
CMYK
RGB Variations
Color information
#052625 (or 0x052625) is known color: Dark Green. HEX triplet: 05, 26 and 25. RGB value is (5,38,37). Sum of RGB (Red+Green+Blue) = 5+38+37=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #052625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052625 is #FAD9DA. Grayscale: #1B1B1B. Windows color (decimal): -16439771 or 2434565. OLE color: 2434565.
HSL color Cylindrical-coordinate representation of color #052625: hue angle of 178.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052625 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 37 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.85 |
| HSL | 178.18º | 0.77% | 0.08% | - |
| HSV(B) | 178.18º | 0.87% | 0.15% | - |
| XYZ | 1.09 | 1.55 | 1.99 | - |
| YUV | 28.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 37 | 0.87 | 0 | 0.03 | 0.85 | 178.18 | 0.77 | 0.08 |
| Hex | 5 | 26 | 25 | 57 | 0 | 3 | 55 | B2 | 4D | 8 |
| Octal | 5 | 46 | 45 | 127 | 0 | 3 | 125 | 262 | 115 | 10 |
| Binary | 101 | 100110 | 100101 | 1010111 | 0 | 11 | 1010101 | 10110010 | 1001101 | 1000 |
Color Harmonies of #052625
Complementary color
Monochromatic Colors of #052625
Black with #052625
Text Example
Text Example
White with #052625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052625; }
p { color: rgb(5,38,37); }
H1.HeaderClassName
{
color: #052625;
}
.AnyTagClassName
{
color: #052625;
}
</style>
background-color css
<style>
a { background-color: #052625; }
a { background-color: rgb(5,38,37); }
div.DivClassName
{
background-color: #052625;
}
.BgClassName
{
background-color: #052625;
}
</style>
border-color css
<style>
span { border-color: #052625; }
span { border-color: rgb(5,38,37); }
td.TdClassName
{
border-color: #052625;
}
.TagClassName
{
border-color: #052625;
}
</style>