Shades of Green #057115
Tints of Green #057115
RGB
CMYK
RGB Variations
Color information
#057115 (or 0x057115) is known color: Green. HEX triplet: 05, 71 and 15. RGB value is (5,113,21). Sum of RGB (Red+Green+Blue) = 5+113+21=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #057115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057115 is #FA8EEA. Grayscale: #464646. Windows color (decimal): -16420587 or 1405189. OLE color: 1405189.
HSL color Cylindrical-coordinate representation of color #057115: hue angle of 128.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057115 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 113 | 21 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.56 |
| HSL | 128.89º | 0.92% | 0.23% | - |
| HSV(B) | 128.89º | 0.96% | 0.44% | - |
| XYZ | 6.1 | 11.9 | 2.68 | - |
| YUV | 70.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 21 | 0.96 | 0 | 0.81 | 0.56 | 128.89 | 0.92 | 0.23 |
| Hex | 5 | 71 | 15 | 60 | 0 | 51 | 38 | 81 | 5C | 17 |
| Octal | 5 | 161 | 25 | 140 | 0 | 121 | 70 | 201 | 134 | 27 |
| Binary | 101 | 1110001 | 10101 | 1100000 | 0 | 1010001 | 111000 | 10000001 | 1011100 | 10111 |
Color Harmonies of #057115
Complementary color
Monochromatic Colors of #057115
Black with #057115
Text Example
Text Example
White with #057115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057115; }
p { color: rgb(5,113,21); }
H1.HeaderClassName
{
color: #057115;
}
.AnyTagClassName
{
color: #057115;
}
</style>
background-color css
<style>
a { background-color: #057115; }
a { background-color: rgb(5,113,21); }
div.DivClassName
{
background-color: #057115;
}
.BgClassName
{
background-color: #057115;
}
</style>
border-color css
<style>
span { border-color: #057115; }
span { border-color: rgb(5,113,21); }
td.TdClassName
{
border-color: #057115;
}
.TagClassName
{
border-color: #057115;
}
</style>