Shades of Dark Spring Green #057C39
Tints of Dark Spring Green #057C39
RGB
CMYK
RGB Variations
Color information
#057C39 (or 0x057C39) is known color: Dark Spring Green. HEX triplet: 05, 7C and 39. RGB value is (5,124,57). Sum of RGB (Red+Green+Blue) = 5+124+57=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 124 (48.83% from 255 or 66.67% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 124 - color contains mainly: green. Hex color #057C39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C39 is #FA83C6. Grayscale: #505050. Windows color (decimal): -16417735 or 3767301. OLE color: 3767301.
HSL color Cylindrical-coordinate representation of color #057C39: hue angle of 146.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C39 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 57 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.51 |
| HSL | 146.22º | 0.92% | 0.25% | - |
| HSV(B) | 146.22º | 0.96% | 0.49% | - |
| XYZ | 8.01 | 14.74 | 6.29 | - |
| YUV | 80.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 57 | 0.96 | 0 | 0.54 | 0.51 | 146.22 | 0.92 | 0.25 |
| Hex | 5 | 7C | 39 | 60 | 0 | 36 | 33 | 92 | 5C | 19 |
| Octal | 5 | 174 | 71 | 140 | 0 | 66 | 63 | 222 | 134 | 31 |
| Binary | 101 | 1111100 | 111001 | 1100000 | 0 | 110110 | 110011 | 10010010 | 1011100 | 11001 |
Color Harmonies of #057C39
Complementary color
Monochromatic Colors of #057C39
Black with #057C39
Text Example
Text Example
White with #057C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C39; }
p { color: rgb(5,124,57); }
H1.HeaderClassName
{
color: #057C39;
}
.AnyTagClassName
{
color: #057C39;
}
</style>
background-color css
<style>
a { background-color: #057C39; }
a { background-color: rgb(5,124,57); }
div.DivClassName
{
background-color: #057C39;
}
.BgClassName
{
background-color: #057C39;
}
</style>
border-color css
<style>
span { border-color: #057C39; }
span { border-color: rgb(5,124,57); }
td.TdClassName
{
border-color: #057C39;
}
.TagClassName
{
border-color: #057C39;
}
</style>