Shades of Green #057913
Tints of Green #057913
RGB
CMYK
RGB Variations
Color information
#057913 (or 0x057913) is known color: Green. HEX triplet: 05, 79 and 13. RGB value is (5,121,19). Sum of RGB (Red+Green+Blue) = 5+121+19=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 121 (47.66% from 255 or 83.45% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 121 - color contains mainly: green. Hex color #057913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057913 is #FA86EC. Grayscale: #4A4A4A. Windows color (decimal): -16418541 or 1276165. OLE color: 1276165.
HSL color Cylindrical-coordinate representation of color #057913: hue angle of 127.24º 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 #057913 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 121 | 19 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.53 |
| HSL | 127.24º | 0.92% | 0.25% | - |
| HSV(B) | 127.24º | 0.96% | 0.47% | - |
| XYZ | 7.02 | 13.75 | 2.9 | - |
| YUV | 74.69 | 96.57 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 19 | 0.96 | 0 | 0.84 | 0.53 | 127.24 | 0.92 | 0.25 |
| Hex | 5 | 79 | 13 | 60 | 0 | 54 | 35 | 7F | 5C | 19 |
| Octal | 5 | 171 | 23 | 140 | 0 | 124 | 65 | 177 | 134 | 31 |
| Binary | 101 | 1111001 | 10011 | 1100000 | 0 | 1010100 | 110101 | 1111111 | 1011100 | 11001 |
Color Harmonies of #057913
Complementary color
Monochromatic Colors of #057913
Black with #057913
Text Example
Text Example
White with #057913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057913; }
p { color: rgb(5,121,19); }
H1.HeaderClassName
{
color: #057913;
}
.AnyTagClassName
{
color: #057913;
}
</style>
background-color css
<style>
a { background-color: #057913; }
a { background-color: rgb(5,121,19); }
div.DivClassName
{
background-color: #057913;
}
.BgClassName
{
background-color: #057913;
}
</style>
border-color css
<style>
span { border-color: #057913; }
span { border-color: rgb(5,121,19); }
td.TdClassName
{
border-color: #057913;
}
.TagClassName
{
border-color: #057913;
}
</style>