Shades of Green #057414
Tints of Green #057414
RGB
CMYK
RGB Variations
Color information
#057414 (or 0x057414) is known color: Green. HEX triplet: 05, 74 and 14. RGB value is (5,116,20). Sum of RGB (Red+Green+Blue) = 5+116+20=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #057414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057414 is #FA8BEB. Grayscale: #484848. Windows color (decimal): -16419820 or 1340421. OLE color: 1340421.
HSL color Cylindrical-coordinate representation of color #057414: hue angle of 128.11º 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 #057414 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 20 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.55 |
| HSL | 128.11º | 0.92% | 0.24% | - |
| HSV(B) | 128.11º | 0.96% | 0.45% | - |
| XYZ | 6.43 | 12.57 | 2.75 | - |
| YUV | 71.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 20 | 0.96 | 0 | 0.83 | 0.55 | 128.11 | 0.92 | 0.24 |
| Hex | 5 | 74 | 14 | 60 | 0 | 53 | 37 | 80 | 5C | 18 |
| Octal | 5 | 164 | 24 | 140 | 0 | 123 | 67 | 200 | 134 | 30 |
| Binary | 101 | 1110100 | 10100 | 1100000 | 0 | 1010011 | 110111 | 10000000 | 1011100 | 11000 |
Color Harmonies of #057414
Complementary color
Monochromatic Colors of #057414
Black with #057414
Text Example
Text Example
White with #057414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057414; }
p { color: rgb(5,116,20); }
H1.HeaderClassName
{
color: #057414;
}
.AnyTagClassName
{
color: #057414;
}
</style>
background-color css
<style>
a { background-color: #057414; }
a { background-color: rgb(5,116,20); }
div.DivClassName
{
background-color: #057414;
}
.BgClassName
{
background-color: #057414;
}
</style>
border-color css
<style>
span { border-color: #057414; }
span { border-color: rgb(5,116,20); }
td.TdClassName
{
border-color: #057414;
}
.TagClassName
{
border-color: #057414;
}
</style>