Shades of Dark Spring Green #057832
Tints of Dark Spring Green #057832
RGB
CMYK
RGB Variations
Color information
#057832 (or 0x057832) is known color: Dark Spring Green. HEX triplet: 05, 78 and 32. RGB value is (5,120,50). Sum of RGB (Red+Green+Blue) = 5+120+50=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #057832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057832 is #FA87CD. Grayscale: #4D4D4D. Windows color (decimal): -16418766 or 3307525. OLE color: 3307525.
HSL color Cylindrical-coordinate representation of color #057832: hue angle of 143.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057832 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 120 | 50 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.53 |
| HSL | 143.48º | 0.92% | 0.25% | - |
| HSV(B) | 143.48º | 0.96% | 0.47% | - |
| XYZ | 7.35 | 13.7 | 5.27 | - |
| YUV | 77.64 | 112.4 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 50 | 0.96 | 0 | 0.58 | 0.53 | 143.48 | 0.92 | 0.25 |
| Hex | 5 | 78 | 32 | 60 | 0 | 3A | 35 | 8F | 5C | 19 |
| Octal | 5 | 170 | 62 | 140 | 0 | 72 | 65 | 217 | 134 | 31 |
| Binary | 101 | 1111000 | 110010 | 1100000 | 0 | 111010 | 110101 | 10001111 | 1011100 | 11001 |
Color Harmonies of #057832
Complementary color
Monochromatic Colors of #057832
Black with #057832
Text Example
Text Example
White with #057832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057832; }
p { color: rgb(5,120,50); }
H1.HeaderClassName
{
color: #057832;
}
.AnyTagClassName
{
color: #057832;
}
</style>
background-color css
<style>
a { background-color: #057832; }
a { background-color: rgb(5,120,50); }
div.DivClassName
{
background-color: #057832;
}
.BgClassName
{
background-color: #057832;
}
</style>
border-color css
<style>
span { border-color: #057832; }
span { border-color: rgb(5,120,50); }
td.TdClassName
{
border-color: #057832;
}
.TagClassName
{
border-color: #057832;
}
</style>