Shades of Green #057C13
Tints of Green #057C13
RGB
CMYK
RGB Variations
Color information
#057C13 (or 0x057C13) is known color: Green. HEX triplet: 05, 7C and 13. RGB value is (5,124,19). Sum of RGB (Red+Green+Blue) = 5+124+19=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 124 (48.83% from 255 or 83.78% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 124 - color contains mainly: green. Hex color #057C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057C13 is #FA83EC. Grayscale: #4C4C4C. Windows color (decimal): -16417773 or 1276933. OLE color: 1276933.
HSL color Cylindrical-coordinate representation of color #057C13: hue angle of 127.06º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C13 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 124 | 19 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.51 |
| HSL | 127.06º | 0.92% | 0.25% | - |
| HSV(B) | 127.06º | 0.96% | 0.49% | - |
| XYZ | 7.39 | 14.49 | 3.02 | - |
| YUV | 76.45 | 95.58 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 19 | 0.96 | 0 | 0.85 | 0.51 | 127.06 | 0.92 | 0.25 |
| Hex | 5 | 7C | 13 | 60 | 0 | 55 | 33 | 7F | 5C | 19 |
| Octal | 5 | 174 | 23 | 140 | 0 | 125 | 63 | 177 | 134 | 31 |
| Binary | 101 | 1111100 | 10011 | 1100000 | 0 | 1010101 | 110011 | 1111111 | 1011100 | 11001 |
Color Harmonies of #057C13
Complementary color
Monochromatic Colors of #057C13
Black with #057C13
Text Example
Text Example
White with #057C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057C13; }
p { color: rgb(5,124,19); }
H1.HeaderClassName
{
color: #057C13;
}
.AnyTagClassName
{
color: #057C13;
}
</style>
background-color css
<style>
a { background-color: #057C13; }
a { background-color: rgb(5,124,19); }
div.DivClassName
{
background-color: #057C13;
}
.BgClassName
{
background-color: #057C13;
}
</style>
border-color css
<style>
span { border-color: #057C13; }
span { border-color: rgb(5,124,19); }
td.TdClassName
{
border-color: #057C13;
}
.TagClassName
{
border-color: #057C13;
}
</style>