Shades of Green #057C04
Tints of Green #057C04
RGB
CMYK
RGB Variations
Color information
#057C04 (or 0x057C04) is known color: Green. HEX triplet: 05, 7C and 04. RGB value is (5,124,4). Sum of RGB (Red+Green+Blue) = 5+124+4=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 124 (48.83% from 255 or 93.23% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 124 - color contains mainly: green. Hex color #057C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057C04 is #FA83FB. Grayscale: #4B4B4B. Windows color (decimal): -16417788 or 293893. OLE color: 293893.
HSL color Cylindrical-coordinate representation of color #057C04: hue angle of 119.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057C04 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 4 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.51 |
| HSL | 119.5º | 0.94% | 0.25% | - |
| HSV(B) | 119.5º | 0.97% | 0.49% | - |
| XYZ | 7.29 | 14.46 | 2.52 | - |
| YUV | 74.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 4 | 0.96 | 0 | 0.97 | 0.51 | 119.5 | 0.94 | 0.25 |
| Hex | 5 | 7C | 4 | 60 | 0 | 61 | 33 | 78 | 5E | 19 |
| Octal | 5 | 174 | 4 | 140 | 0 | 141 | 63 | 170 | 136 | 31 |
| Binary | 101 | 1111100 | 100 | 1100000 | 0 | 1100001 | 110011 | 1111000 | 1011110 | 11001 |
Color Harmonies of #057C04
Complementary color
Monochromatic Colors of #057C04
Black with #057C04
Text Example
Text Example
White with #057C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C04; }
p { color: rgb(5,124,4); }
H1.HeaderClassName
{
color: #057C04;
}
.AnyTagClassName
{
color: #057C04;
}
</style>
background-color css
<style>
a { background-color: #057C04; }
a { background-color: rgb(5,124,4); }
div.DivClassName
{
background-color: #057C04;
}
.BgClassName
{
background-color: #057C04;
}
</style>
border-color css
<style>
span { border-color: #057C04; }
span { border-color: rgb(5,124,4); }
td.TdClassName
{
border-color: #057C04;
}
.TagClassName
{
border-color: #057C04;
}
</style>