Shades of Green #057516
Tints of Green #057516
RGB
CMYK
RGB Variations
Color information
#057516 (or 0x057516) is known color: Green. HEX triplet: 05, 75 and 16. RGB value is (5,117,22). Sum of RGB (Red+Green+Blue) = 5+117+22=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #057516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057516 is #FA8AE9. Grayscale: #484848. Windows color (decimal): -16419562 or 1471749. OLE color: 1471749.
HSL color Cylindrical-coordinate representation of color #057516: hue angle of 129.11º 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 #057516 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 117 | 22 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.54 |
| HSL | 129.11º | 0.92% | 0.24% | - |
| HSV(B) | 129.11º | 0.96% | 0.46% | - |
| XYZ | 6.57 | 12.81 | 2.89 | - |
| YUV | 72.68 | 99.39 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 22 | 0.96 | 0 | 0.81 | 0.54 | 129.11 | 0.92 | 0.24 |
| Hex | 5 | 75 | 16 | 60 | 0 | 51 | 36 | 81 | 5C | 18 |
| Octal | 5 | 165 | 26 | 140 | 0 | 121 | 66 | 201 | 134 | 30 |
| Binary | 101 | 1110101 | 10110 | 1100000 | 0 | 1010001 | 110110 | 10000001 | 1011100 | 11000 |
Color Harmonies of #057516
Complementary color
Monochromatic Colors of #057516
Black with #057516
Text Example
Text Example
White with #057516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057516; }
p { color: rgb(5,117,22); }
H1.HeaderClassName
{
color: #057516;
}
.AnyTagClassName
{
color: #057516;
}
</style>
background-color css
<style>
a { background-color: #057516; }
a { background-color: rgb(5,117,22); }
div.DivClassName
{
background-color: #057516;
}
.BgClassName
{
background-color: #057516;
}
</style>
border-color css
<style>
span { border-color: #057516; }
span { border-color: rgb(5,117,22); }
td.TdClassName
{
border-color: #057516;
}
.TagClassName
{
border-color: #057516;
}
</style>