Shades of Green #057409
Tints of Green #057409
RGB
CMYK
RGB Variations
Color information
#057409 (or 0x057409) is known color: Green. HEX triplet: 05, 74 and 09. RGB value is (5,116,9). Sum of RGB (Red+Green+Blue) = 5+116+9=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 116 (45.70% from 255 or 89.23% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 116 - color contains mainly: green. Hex color #057409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057409 is #FA8BF6. Grayscale: #464646. Windows color (decimal): -16419831 or 619525. OLE color: 619525.
HSL color Cylindrical-coordinate representation of color #057409: hue angle of 122.16º 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 #057409 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 9 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.55 |
| HSL | 122.16º | 0.92% | 0.24% | - |
| HSV(B) | 122.16º | 0.96% | 0.45% | - |
| XYZ | 6.36 | 12.54 | 2.34 | - |
| YUV | 70.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 9 | 0.96 | 0 | 0.92 | 0.55 | 122.16 | 0.92 | 0.24 |
| Hex | 5 | 74 | 9 | 60 | 0 | 5C | 37 | 7A | 5C | 18 |
| Octal | 5 | 164 | 11 | 140 | 0 | 134 | 67 | 172 | 134 | 30 |
| Binary | 101 | 1110100 | 1001 | 1100000 | 0 | 1011100 | 110111 | 1111010 | 1011100 | 11000 |
Color Harmonies of #057409
Complementary color
Monochromatic Colors of #057409
Black with #057409
Text Example
Text Example
White with #057409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057409; }
p { color: rgb(5,116,9); }
H1.HeaderClassName
{
color: #057409;
}
.AnyTagClassName
{
color: #057409;
}
</style>
background-color css
<style>
a { background-color: #057409; }
a { background-color: rgb(5,116,9); }
div.DivClassName
{
background-color: #057409;
}
.BgClassName
{
background-color: #057409;
}
</style>
border-color css
<style>
span { border-color: #057409; }
span { border-color: rgb(5,116,9); }
td.TdClassName
{
border-color: #057409;
}
.TagClassName
{
border-color: #057409;
}
</style>