Shades of Green #057904
Tints of Green #057904
RGB
CMYK
RGB Variations
Color information
#057904 (or 0x057904) is known color: Green. HEX triplet: 05, 79 and 04. RGB value is (5,121,4). Sum of RGB (Red+Green+Blue) = 5+121+4=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 121 (47.66% from 255 or 93.08% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 121 - color contains mainly: green. Hex color #057904 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057904 is #FA86FB. Grayscale: #494949. Windows color (decimal): -16418556 or 293125. OLE color: 293125.
HSL color Cylindrical-coordinate representation of color #057904: hue angle of 119.49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057904 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 121 | 4 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.53 |
| HSL | 119.49º | 0.94% | 0.25% | - |
| HSV(B) | 119.49º | 0.97% | 0.47% | - |
| XYZ | 6.92 | 13.72 | 2.4 | - |
| YUV | 72.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 4 | 0.96 | 0 | 0.97 | 0.53 | 119.49 | 0.94 | 0.25 |
| Hex | 5 | 79 | 4 | 60 | 0 | 61 | 35 | 77 | 5E | 19 |
| Octal | 5 | 171 | 4 | 140 | 0 | 141 | 65 | 167 | 136 | 31 |
| Binary | 101 | 1111001 | 100 | 1100000 | 0 | 1100001 | 110101 | 1110111 | 1011110 | 11001 |
Color Harmonies of #057904
Complementary color
Monochromatic Colors of #057904
Black with #057904
Text Example
Text Example
White with #057904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057904; }
p { color: rgb(5,121,4); }
H1.HeaderClassName
{
color: #057904;
}
.AnyTagClassName
{
color: #057904;
}
</style>
background-color css
<style>
a { background-color: #057904; }
a { background-color: rgb(5,121,4); }
div.DivClassName
{
background-color: #057904;
}
.BgClassName
{
background-color: #057904;
}
</style>
border-color css
<style>
span { border-color: #057904; }
span { border-color: rgb(5,121,4); }
td.TdClassName
{
border-color: #057904;
}
.TagClassName
{
border-color: #057904;
}
</style>