Shades of Green #057A20
Tints of Green #057A20
RGB
CMYK
RGB Variations
Color information
#057A20 (or 0x057A20) is known color: Green. HEX triplet: 05, 7A and 20. RGB value is (5,122,32). Sum of RGB (Red+Green+Blue) = 5+122+32=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 122 (48.05% from 255 or 76.73% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 122 - color contains mainly: green. Hex color #057A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A20 is #FA85DF. Grayscale: #4C4C4C. Windows color (decimal): -16418272 or 2128389. OLE color: 2128389.
HSL color Cylindrical-coordinate representation of color #057A20: hue angle of 133.85º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057A20 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 122 | 32 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.52 |
| HSL | 133.85º | 0.92% | 0.25% | - |
| HSV(B) | 133.85º | 0.96% | 0.48% | - |
| XYZ | 7.28 | 14.06 | 3.7 | - |
| YUV | 76.76 | 102.74 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 32 | 0.96 | 0 | 0.74 | 0.52 | 133.85 | 0.92 | 0.25 |
| Hex | 5 | 7A | 20 | 60 | 0 | 4A | 34 | 86 | 5C | 19 |
| Octal | 5 | 172 | 40 | 140 | 0 | 112 | 64 | 206 | 134 | 31 |
| Binary | 101 | 1111010 | 100000 | 1100000 | 0 | 1001010 | 110100 | 10000110 | 1011100 | 11001 |
Color Harmonies of #057A20
Complementary color
Monochromatic Colors of #057A20
Black with #057A20
Text Example
Text Example
White with #057A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057A20; }
p { color: rgb(5,122,32); }
H1.HeaderClassName
{
color: #057A20;
}
.AnyTagClassName
{
color: #057A20;
}
</style>
background-color css
<style>
a { background-color: #057A20; }
a { background-color: rgb(5,122,32); }
div.DivClassName
{
background-color: #057A20;
}
.BgClassName
{
background-color: #057A20;
}
</style>
border-color css
<style>
span { border-color: #057A20; }
span { border-color: rgb(5,122,32); }
td.TdClassName
{
border-color: #057A20;
}
.TagClassName
{
border-color: #057A20;
}
</style>