Shades of Green #057204
Tints of Green #057204
RGB
CMYK
RGB Variations
Color information
#057204 (or 0x057204) is known color: Green. HEX triplet: 05, 72 and 04. RGB value is (5,114,4). Sum of RGB (Red+Green+Blue) = 5+114+4=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #057204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057204 is #FA8DFB. Grayscale: #454545. Windows color (decimal): -16420348 or 291333. OLE color: 291333.
HSL color Cylindrical-coordinate representation of color #057204: hue angle of 119.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057204 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 4 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.55 |
| HSL | 119.45º | 0.93% | 0.23% | - |
| HSV(B) | 119.45º | 0.96% | 0.45% | - |
| XYZ | 6.1 | 12.08 | 2.12 | - |
| YUV | 68.87 | 91.39 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 4 | 0.96 | 0 | 0.96 | 0.55 | 119.45 | 0.93 | 0.23 |
| Hex | 5 | 72 | 4 | 60 | 0 | 60 | 37 | 77 | 5D | 17 |
| Octal | 5 | 162 | 4 | 140 | 0 | 140 | 67 | 167 | 135 | 27 |
| Binary | 101 | 1110010 | 100 | 1100000 | 0 | 1100000 | 110111 | 1110111 | 1011101 | 10111 |
Color Harmonies of #057204
Complementary color
Monochromatic Colors of #057204
Black with #057204
Text Example
Text Example
White with #057204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057204; }
p { color: rgb(5,114,4); }
H1.HeaderClassName
{
color: #057204;
}
.AnyTagClassName
{
color: #057204;
}
</style>
background-color css
<style>
a { background-color: #057204; }
a { background-color: rgb(5,114,4); }
div.DivClassName
{
background-color: #057204;
}
.BgClassName
{
background-color: #057204;
}
</style>
border-color css
<style>
span { border-color: #057204; }
span { border-color: rgb(5,114,4); }
td.TdClassName
{
border-color: #057204;
}
.TagClassName
{
border-color: #057204;
}
</style>