Shades of Green #057B04
Tints of Green #057B04
RGB
CMYK
RGB Variations
Color information
#057B04 (or 0x057B04) is known color: Green. HEX triplet: 05, 7B and 04. RGB value is (5,123,4). Sum of RGB (Red+Green+Blue) = 5+123+4=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 123 (48.44% from 255 or 93.18% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 123 - color contains mainly: green. Hex color #057B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057B04 is #FA84FB. Grayscale: #4A4A4A. Windows color (decimal): -16418044 or 293637. OLE color: 293637.
HSL color Cylindrical-coordinate representation of color #057B04: hue angle of 119.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057B04 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 123 | 4 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.52 |
| HSL | 119.5º | 0.94% | 0.25% | - |
| HSV(B) | 119.5º | 0.97% | 0.48% | - |
| XYZ | 7.17 | 14.21 | 2.48 | - |
| YUV | 74.15 | 88.41 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 4 | 0.96 | 0 | 0.97 | 0.52 | 119.5 | 0.94 | 0.25 |
| Hex | 5 | 7B | 4 | 60 | 0 | 61 | 34 | 77 | 5E | 19 |
| Octal | 5 | 173 | 4 | 140 | 0 | 141 | 64 | 167 | 136 | 31 |
| Binary | 101 | 1111011 | 100 | 1100000 | 0 | 1100001 | 110100 | 1110111 | 1011110 | 11001 |
Color Harmonies of #057B04
Complementary color
Monochromatic Colors of #057B04
Black with #057B04
Text Example
Text Example
White with #057B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B04; }
p { color: rgb(5,123,4); }
H1.HeaderClassName
{
color: #057B04;
}
.AnyTagClassName
{
color: #057B04;
}
</style>
background-color css
<style>
a { background-color: #057B04; }
a { background-color: rgb(5,123,4); }
div.DivClassName
{
background-color: #057B04;
}
.BgClassName
{
background-color: #057B04;
}
</style>
border-color css
<style>
span { border-color: #057B04; }
span { border-color: rgb(5,123,4); }
td.TdClassName
{
border-color: #057B04;
}
.TagClassName
{
border-color: #057B04;
}
</style>