Shades of Green #057407
Tints of Green #057407
RGB
CMYK
RGB Variations
Color information
#057407 (or 0x057407) is known color: Green. HEX triplet: 05, 74 and 07. RGB value is (5,116,7). Sum of RGB (Red+Green+Blue) = 5+116+7=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 116 (45.70% from 255 or 90.62% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 116 - color contains mainly: green. Hex color #057407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057407 is #FA8BF8. Grayscale: #464646. Windows color (decimal): -16419833 or 488453. OLE color: 488453.
HSL color Cylindrical-coordinate representation of color #057407: hue angle of 121.08º 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 #057407 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 7 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.55 |
| HSL | 121.08º | 0.92% | 0.24% | - |
| HSV(B) | 121.08º | 0.96% | 0.45% | - |
| XYZ | 6.35 | 12.54 | 2.29 | - |
| YUV | 70.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 7 | 0.96 | 0 | 0.94 | 0.55 | 121.08 | 0.92 | 0.24 |
| Hex | 5 | 74 | 7 | 60 | 0 | 5E | 37 | 79 | 5C | 18 |
| Octal | 5 | 164 | 7 | 140 | 0 | 136 | 67 | 171 | 134 | 30 |
| Binary | 101 | 1110100 | 111 | 1100000 | 0 | 1011110 | 110111 | 1111001 | 1011100 | 11000 |
Color Harmonies of #057407
Complementary color
Monochromatic Colors of #057407
Black with #057407
Text Example
Text Example
White with #057407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057407; }
p { color: rgb(5,116,7); }
H1.HeaderClassName
{
color: #057407;
}
.AnyTagClassName
{
color: #057407;
}
</style>
background-color css
<style>
a { background-color: #057407; }
a { background-color: rgb(5,116,7); }
div.DivClassName
{
background-color: #057407;
}
.BgClassName
{
background-color: #057407;
}
</style>
border-color css
<style>
span { border-color: #057407; }
span { border-color: rgb(5,116,7); }
td.TdClassName
{
border-color: #057407;
}
.TagClassName
{
border-color: #057407;
}
</style>