Shades of Green #056008
Tints of Green #056008
RGB
CMYK
RGB Variations
Color information
#056008 (or 0x056008) is known color: Green. HEX triplet: 05, 60 and 08. RGB value is (5,96,8). Sum of RGB (Red+Green+Blue) = 5+96+8=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #056008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056008 is #FA9FF7. Grayscale: #3B3B3B. Windows color (decimal): -16424952 or 548869. OLE color: 548869.
HSL color Cylindrical-coordinate representation of color #056008: hue angle of 121.98º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056008 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 8 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.62 |
| HSL | 121.98º | 0.9% | 0.2% | - |
| HSV(B) | 121.98º | 0.95% | 0.38% | - |
| XYZ | 4.29 | 8.42 | 1.63 | - |
| YUV | 58.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 8 | 0.95 | 0 | 0.92 | 0.62 | 121.98 | 0.9 | 0.2 |
| Hex | 5 | 60 | 8 | 5F | 0 | 5C | 3E | 7A | 5A | 14 |
| Octal | 5 | 140 | 10 | 137 | 0 | 134 | 76 | 172 | 132 | 24 |
| Binary | 101 | 1100000 | 1000 | 1011111 | 0 | 1011100 | 111110 | 1111010 | 1011010 | 10100 |
Color Harmonies of #056008
Complementary color
Monochromatic Colors of #056008
Black with #056008
Text Example
Text Example
White with #056008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056008; }
p { color: rgb(5,96,8); }
H1.HeaderClassName
{
color: #056008;
}
.AnyTagClassName
{
color: #056008;
}
</style>
background-color css
<style>
a { background-color: #056008; }
a { background-color: rgb(5,96,8); }
div.DivClassName
{
background-color: #056008;
}
.BgClassName
{
background-color: #056008;
}
</style>
border-color css
<style>
span { border-color: #056008; }
span { border-color: rgb(5,96,8); }
td.TdClassName
{
border-color: #056008;
}
.TagClassName
{
border-color: #056008;
}
</style>