Shades of Dark Spring Green #057535
Tints of Dark Spring Green #057535
RGB
CMYK
RGB Variations
Color information
#057535 (or 0x057535) is known color: Dark Spring Green. HEX triplet: 05, 75 and 35. RGB value is (5,117,53). Sum of RGB (Red+Green+Blue) = 5+117+53=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #057535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057535 is #FA8ACA. Grayscale: #4C4C4C. Windows color (decimal): -16419531 or 3503365. OLE color: 3503365.
HSL color Cylindrical-coordinate representation of color #057535: hue angle of 145.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057535 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 117 | 53 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.54 |
| HSL | 145.71º | 0.92% | 0.24% | - |
| HSV(B) | 145.71º | 0.96% | 0.46% | - |
| XYZ | 7.07 | 13.01 | 5.51 | - |
| YUV | 76.22 | 114.89 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 53 | 0.96 | 0 | 0.55 | 0.54 | 145.71 | 0.92 | 0.24 |
| Hex | 5 | 75 | 35 | 60 | 0 | 37 | 36 | 92 | 5C | 18 |
| Octal | 5 | 165 | 65 | 140 | 0 | 67 | 66 | 222 | 134 | 30 |
| Binary | 101 | 1110101 | 110101 | 1100000 | 0 | 110111 | 110110 | 10010010 | 1011100 | 11000 |
Color Harmonies of #057535
Complementary color
Monochromatic Colors of #057535
Black with #057535
Text Example
Text Example
White with #057535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057535; }
p { color: rgb(5,117,53); }
H1.HeaderClassName
{
color: #057535;
}
.AnyTagClassName
{
color: #057535;
}
</style>
background-color css
<style>
a { background-color: #057535; }
a { background-color: rgb(5,117,53); }
div.DivClassName
{
background-color: #057535;
}
.BgClassName
{
background-color: #057535;
}
</style>
border-color css
<style>
span { border-color: #057535; }
span { border-color: rgb(5,117,53); }
td.TdClassName
{
border-color: #057535;
}
.TagClassName
{
border-color: #057535;
}
</style>