Shades of Green #057100
Tints of Green #057100
RGB
CMYK
RGB Variations
Color information
#057100 (or 0x057100) is known color: Green. HEX triplet: 05, 71 and 00. RGB value is (5,113,0). Sum of RGB (Red+Green+Blue) = 5+113+0=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 113 (44.53% from 255 or 95.76% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 113 - color contains mainly: green. Hex color #057100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057100 is #FA8EFF. Grayscale: #444444. Windows color (decimal): -16420608 or 28933. OLE color: 28933.
HSL color Cylindrical-coordinate representation of color #057100: hue angle of 117.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #057100 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 113 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.56 |
| HSL | 117.35º | 1% | 0.22% | - |
| HSV(B) | 117.35º | 1% | 0.44% | - |
| XYZ | 5.97 | 11.84 | 1.97 | - |
| YUV | 67.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 0 | 0.96 | 0 | 1 | 0.56 | 117.35 | 1 | 0.22 |
| Hex | 5 | 71 | 0 | 60 | 0 | 64 | 38 | 75 | 64 | 16 |
| Octal | 5 | 161 | 0 | 140 | 0 | 144 | 70 | 165 | 144 | 26 |
| Binary | 101 | 1110001 | 0 | 1100000 | 0 | 1100100 | 111000 | 1110101 | 1100100 | 10110 |
Color Harmonies of #057100
Complementary color
Monochromatic Colors of #057100
Black with #057100
Text Example
Text Example
White with #057100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057100; }
p { color: rgb(5,113,0); }
H1.HeaderClassName
{
color: #057100;
}
.AnyTagClassName
{
color: #057100;
}
</style>
background-color css
<style>
a { background-color: #057100; }
a { background-color: rgb(5,113,0); }
div.DivClassName
{
background-color: #057100;
}
.BgClassName
{
background-color: #057100;
}
</style>
border-color css
<style>
span { border-color: #057100; }
span { border-color: rgb(5,113,0); }
td.TdClassName
{
border-color: #057100;
}
.TagClassName
{
border-color: #057100;
}
</style>