Shades of Green #057415
Tints of Green #057415
RGB
CMYK
RGB Variations
Color information
#057415 (or 0x057415) is known color: Green. HEX triplet: 05, 74 and 15. RGB value is (5,116,21). Sum of RGB (Red+Green+Blue) = 5+116+21=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #057415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057415 is #FA8BEA. Grayscale: #484848. Windows color (decimal): -16419819 or 1405957. OLE color: 1405957.
HSL color Cylindrical-coordinate representation of color #057415: hue angle of 128.65º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057415 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 21 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.55 |
| HSL | 128.65º | 0.92% | 0.24% | - |
| HSV(B) | 128.65º | 0.96% | 0.45% | - |
| XYZ | 6.44 | 12.58 | 2.8 | - |
| YUV | 71.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 21 | 0.96 | 0 | 0.82 | 0.55 | 128.65 | 0.92 | 0.24 |
| Hex | 5 | 74 | 15 | 60 | 0 | 52 | 37 | 81 | 5C | 18 |
| Octal | 5 | 164 | 25 | 140 | 0 | 122 | 67 | 201 | 134 | 30 |
| Binary | 101 | 1110100 | 10101 | 1100000 | 0 | 1010010 | 110111 | 10000001 | 1011100 | 11000 |
Color Harmonies of #057415
Complementary color
Monochromatic Colors of #057415
Black with #057415
Text Example
Text Example
White with #057415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057415; }
p { color: rgb(5,116,21); }
H1.HeaderClassName
{
color: #057415;
}
.AnyTagClassName
{
color: #057415;
}
</style>
background-color css
<style>
a { background-color: #057415; }
a { background-color: rgb(5,116,21); }
div.DivClassName
{
background-color: #057415;
}
.BgClassName
{
background-color: #057415;
}
</style>
border-color css
<style>
span { border-color: #057415; }
span { border-color: rgb(5,116,21); }
td.TdClassName
{
border-color: #057415;
}
.TagClassName
{
border-color: #057415;
}
</style>