Shades of Green #057410
Tints of Green #057410
RGB
CMYK
RGB Variations
Color information
#057410 (or 0x057410) is known color: Green. HEX triplet: 05, 74 and 10. RGB value is (5,116,16). Sum of RGB (Red+Green+Blue) = 5+116+16=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 116 (45.70% from 255 or 84.67% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 116 - color contains mainly: green. Hex color #057410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057410 is #FA8BEF. Grayscale: #474747. Windows color (decimal): -16419824 or 1078277. OLE color: 1078277.
HSL color Cylindrical-coordinate representation of color #057410: hue angle of 125.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057410 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 16 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.55 |
| HSL | 125.95º | 0.92% | 0.24% | - |
| HSV(B) | 125.95º | 0.96% | 0.45% | - |
| XYZ | 6.4 | 12.56 | 2.58 | - |
| YUV | 71.41 | 96.73 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 16 | 0.96 | 0 | 0.86 | 0.55 | 125.95 | 0.92 | 0.24 |
| Hex | 5 | 74 | 10 | 60 | 0 | 56 | 37 | 7E | 5C | 18 |
| Octal | 5 | 164 | 20 | 140 | 0 | 126 | 67 | 176 | 134 | 30 |
| Binary | 101 | 1110100 | 10000 | 1100000 | 0 | 1010110 | 110111 | 1111110 | 1011100 | 11000 |
Color Harmonies of #057410
Complementary color
Monochromatic Colors of #057410
Black with #057410
Text Example
Text Example
White with #057410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057410; }
p { color: rgb(5,116,16); }
H1.HeaderClassName
{
color: #057410;
}
.AnyTagClassName
{
color: #057410;
}
</style>
background-color css
<style>
a { background-color: #057410; }
a { background-color: rgb(5,116,16); }
div.DivClassName
{
background-color: #057410;
}
.BgClassName
{
background-color: #057410;
}
</style>
border-color css
<style>
span { border-color: #057410; }
span { border-color: rgb(5,116,16); }
td.TdClassName
{
border-color: #057410;
}
.TagClassName
{
border-color: #057410;
}
</style>