Shades of Green #057D13
Tints of Green #057D13
RGB
CMYK
RGB Variations
Color information
#057D13 (or 0x057D13) is known color: Green. HEX triplet: 05, 7D and 13. RGB value is (5,125,19). Sum of RGB (Red+Green+Blue) = 5+125+19=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 125 (49.22% from 255 or 83.89% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 125 - color contains mainly: green. Hex color #057D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057D13 is #FA82EC. Grayscale: #4D4D4D. Windows color (decimal): -16417517 or 1277189. OLE color: 1277189.
HSL color Cylindrical-coordinate representation of color #057D13: hue angle of 127º 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 #057D13 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 125 | 19 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.51 |
| HSL | 127º | 0.92% | 0.25% | - |
| HSV(B) | 127º | 0.96% | 0.49% | - |
| XYZ | 7.51 | 14.75 | 3.07 | - |
| YUV | 77.04 | 95.24 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 125 | 19 | 0.96 | 0 | 0.85 | 0.51 | 127 | 0.92 | 0.25 |
| Hex | 5 | 7D | 13 | 60 | 0 | 55 | 33 | 7F | 5C | 19 |
| Octal | 5 | 175 | 23 | 140 | 0 | 125 | 63 | 177 | 134 | 31 |
| Binary | 101 | 1111101 | 10011 | 1100000 | 0 | 1010101 | 110011 | 1111111 | 1011100 | 11001 |
Color Harmonies of #057D13
Complementary color
Monochromatic Colors of #057D13
Black with #057D13
Text Example
Text Example
White with #057D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057D13; }
p { color: rgb(5,125,19); }
H1.HeaderClassName
{
color: #057D13;
}
.AnyTagClassName
{
color: #057D13;
}
</style>
background-color css
<style>
a { background-color: #057D13; }
a { background-color: rgb(5,125,19); }
div.DivClassName
{
background-color: #057D13;
}
.BgClassName
{
background-color: #057D13;
}
</style>
border-color css
<style>
span { border-color: #057D13; }
span { border-color: rgb(5,125,19); }
td.TdClassName
{
border-color: #057D13;
}
.TagClassName
{
border-color: #057D13;
}
</style>