Shades of Dark Green #053725
Tints of Dark Green #053725
RGB
CMYK
RGB Variations
Color information
#053725 (or 0x053725) is known color: Dark Green. HEX triplet: 05, 37 and 25. RGB value is (5,55,37). Sum of RGB (Red+Green+Blue) = 5+55+37=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #053725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053725 is #FAC8DA. Grayscale: #262626. Windows color (decimal): -16435419 or 2438917. OLE color: 2438917.
HSL color Cylindrical-coordinate representation of color #053725: hue angle of 158.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053725 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 37 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.78 |
| HSL | 158.4º | 0.83% | 0.12% | - |
| HSV(B) | 158.4º | 0.91% | 0.22% | - |
| XYZ | 1.76 | 2.9 | 2.22 | - |
| YUV | 38 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 37 | 0.91 | 0 | 0.33 | 0.78 | 158.4 | 0.83 | 0.12 |
| Hex | 5 | 37 | 25 | 5B | 0 | 21 | 4E | 9E | 53 | C |
| Octal | 5 | 67 | 45 | 133 | 0 | 41 | 116 | 236 | 123 | 14 |
| Binary | 101 | 110111 | 100101 | 1011011 | 0 | 100001 | 1001110 | 10011110 | 1010011 | 1100 |
Color Harmonies of #053725
Complementary color
Monochromatic Colors of #053725
Black with #053725
Text Example
Text Example
White with #053725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053725; }
p { color: rgb(5,55,37); }
H1.HeaderClassName
{
color: #053725;
}
.AnyTagClassName
{
color: #053725;
}
</style>
background-color css
<style>
a { background-color: #053725; }
a { background-color: rgb(5,55,37); }
div.DivClassName
{
background-color: #053725;
}
.BgClassName
{
background-color: #053725;
}
</style>
border-color css
<style>
span { border-color: #053725; }
span { border-color: rgb(5,55,37); }
td.TdClassName
{
border-color: #053725;
}
.TagClassName
{
border-color: #053725;
}
</style>