Shades of Green #057205
Tints of Green #057205
RGB
CMYK
RGB Variations
Color information
#057205 (or 0x057205) is known color: Green. HEX triplet: 05, 72 and 05. RGB value is (5,114,5). Sum of RGB (Red+Green+Blue) = 5+114+5=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 114 (44.92% from 255 or 91.94% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 114 - color contains mainly: green. Hex color #057205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057205 is #FA8DFA. Grayscale: #454545. Windows color (decimal): -16420347 or 356869. OLE color: 356869.
HSL color Cylindrical-coordinate representation of color #057205: hue angle of 120º degrees, saturation: 0.92, 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 #057205 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 5 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.55 |
| HSL | 120º | 0.92% | 0.23% | - |
| HSV(B) | 120º | 0.96% | 0.45% | - |
| XYZ | 6.11 | 12.08 | 2.15 | - |
| YUV | 68.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 5 | 0.96 | 0 | 0.96 | 0.55 | 120 | 0.92 | 0.23 |
| Hex | 5 | 72 | 5 | 60 | 0 | 60 | 37 | 78 | 5C | 17 |
| Octal | 5 | 162 | 5 | 140 | 0 | 140 | 67 | 170 | 134 | 27 |
| Binary | 101 | 1110010 | 101 | 1100000 | 0 | 1100000 | 110111 | 1111000 | 1011100 | 10111 |
Color Harmonies of #057205
Complementary color
Monochromatic Colors of #057205
Black with #057205
Text Example
Text Example
White with #057205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057205; }
p { color: rgb(5,114,5); }
H1.HeaderClassName
{
color: #057205;
}
.AnyTagClassName
{
color: #057205;
}
</style>
background-color css
<style>
a { background-color: #057205; }
a { background-color: rgb(5,114,5); }
div.DivClassName
{
background-color: #057205;
}
.BgClassName
{
background-color: #057205;
}
</style>
border-color css
<style>
span { border-color: #057205; }
span { border-color: rgb(5,114,5); }
td.TdClassName
{
border-color: #057205;
}
.TagClassName
{
border-color: #057205;
}
</style>