Shades of Green #057201
Tints of Green #057201
RGB
CMYK
RGB Variations
Color information
#057201 (or 0x057201) is known color: Green. HEX triplet: 05, 72 and 01. RGB value is (5,114,1). Sum of RGB (Red+Green+Blue) = 5+114+1=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 114 (44.92% from 255 or 95% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 114 - color contains mainly: green. Hex color #057201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057201 is #FA8DFE. Grayscale: #444444. Windows color (decimal): -16420351 or 94725. OLE color: 94725.
HSL color Cylindrical-coordinate representation of color #057201: hue angle of 117.88º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #057201 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.55 |
| HSL | 117.88º | 0.98% | 0.23% | - |
| HSV(B) | 117.88º | 0.99% | 0.45% | - |
| XYZ | 6.09 | 12.07 | 2.04 | - |
| YUV | 68.53 | 89.89 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 1 | 0.96 | 0 | 0.99 | 0.55 | 117.88 | 0.98 | 0.23 |
| Hex | 5 | 72 | 1 | 60 | 0 | 63 | 37 | 76 | 62 | 17 |
| Octal | 5 | 162 | 1 | 140 | 0 | 143 | 67 | 166 | 142 | 27 |
| Binary | 101 | 1110010 | 1 | 1100000 | 0 | 1100011 | 110111 | 1110110 | 1100010 | 10111 |
Color Harmonies of #057201
Complementary color
Monochromatic Colors of #057201
Black with #057201
Text Example
Text Example
White with #057201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057201; }
p { color: rgb(5,114,1); }
H1.HeaderClassName
{
color: #057201;
}
.AnyTagClassName
{
color: #057201;
}
</style>
background-color css
<style>
a { background-color: #057201; }
a { background-color: rgb(5,114,1); }
div.DivClassName
{
background-color: #057201;
}
.BgClassName
{
background-color: #057201;
}
</style>
border-color css
<style>
span { border-color: #057201; }
span { border-color: rgb(5,114,1); }
td.TdClassName
{
border-color: #057201;
}
.TagClassName
{
border-color: #057201;
}
</style>