Shades of Green #057016
Tints of Green #057016
RGB
CMYK
RGB Variations
Color information
#057016 (or 0x057016) is known color: Green. HEX triplet: 05, 70 and 16. RGB value is (5,112,22). Sum of RGB (Red+Green+Blue) = 5+112+22=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #057016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057016 is #FA8FE9. Grayscale: #464646. Windows color (decimal): -16420842 or 1470469. OLE color: 1470469.
HSL color Cylindrical-coordinate representation of color #057016: hue angle of 129.53º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057016 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 22 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.56 |
| HSL | 129.53º | 0.91% | 0.23% | - |
| HSV(B) | 129.53º | 0.96% | 0.44% | - |
| XYZ | 6 | 11.68 | 2.7 | - |
| YUV | 69.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 22 | 0.96 | 0 | 0.80 | 0.56 | 129.53 | 0.91 | 0.23 |
| Hex | 5 | 70 | 16 | 60 | 0 | 50 | 38 | 82 | 5B | 17 |
| Octal | 5 | 160 | 26 | 140 | 0 | 120 | 70 | 202 | 133 | 27 |
| Binary | 101 | 1110000 | 10110 | 1100000 | 0 | 1010000 | 111000 | 10000010 | 1011011 | 10111 |
Color Harmonies of #057016
Complementary color
Monochromatic Colors of #057016
Black with #057016
Text Example
Text Example
White with #057016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057016; }
p { color: rgb(5,112,22); }
H1.HeaderClassName
{
color: #057016;
}
.AnyTagClassName
{
color: #057016;
}
</style>
background-color css
<style>
a { background-color: #057016; }
a { background-color: rgb(5,112,22); }
div.DivClassName
{
background-color: #057016;
}
.BgClassName
{
background-color: #057016;
}
</style>
border-color css
<style>
span { border-color: #057016; }
span { border-color: rgb(5,112,22); }
td.TdClassName
{
border-color: #057016;
}
.TagClassName
{
border-color: #057016;
}
</style>