Shades of Green #057008
Tints of Green #057008
RGB
CMYK
RGB Variations
Color information
#057008 (or 0x057008) is known color: Green. HEX triplet: 05, 70 and 08. RGB value is (5,112,8). Sum of RGB (Red+Green+Blue) = 5+112+8=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 112 (44.14% from 255 or 89.6% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 112 - color contains mainly: green. Hex color #057008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057008 is #FA8FF7. Grayscale: #444444. Windows color (decimal): -16420856 or 552965. OLE color: 552965.
HSL color Cylindrical-coordinate representation of color #057008: hue angle of 121.68º degrees, saturation: 0.91, 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 #057008 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 8 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.56 |
| HSL | 121.68º | 0.91% | 0.23% | - |
| HSV(B) | 121.68º | 0.96% | 0.44% | - |
| XYZ | 5.9 | 11.64 | 2.17 | - |
| YUV | 68.15 | 94.05 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 8 | 0.96 | 0 | 0.93 | 0.56 | 121.68 | 0.91 | 0.23 |
| Hex | 5 | 70 | 8 | 60 | 0 | 5D | 38 | 7A | 5B | 17 |
| Octal | 5 | 160 | 10 | 140 | 0 | 135 | 70 | 172 | 133 | 27 |
| Binary | 101 | 1110000 | 1000 | 1100000 | 0 | 1011101 | 111000 | 1111010 | 1011011 | 10111 |
Color Harmonies of #057008
Complementary color
Monochromatic Colors of #057008
Black with #057008
Text Example
Text Example
White with #057008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057008; }
p { color: rgb(5,112,8); }
H1.HeaderClassName
{
color: #057008;
}
.AnyTagClassName
{
color: #057008;
}
</style>
background-color css
<style>
a { background-color: #057008; }
a { background-color: rgb(5,112,8); }
div.DivClassName
{
background-color: #057008;
}
.BgClassName
{
background-color: #057008;
}
</style>
border-color css
<style>
span { border-color: #057008; }
span { border-color: rgb(5,112,8); }
td.TdClassName
{
border-color: #057008;
}
.TagClassName
{
border-color: #057008;
}
</style>