Shades of Green #055908
Tints of Green #055908
RGB
CMYK
RGB Variations
Color information
#055908 (or 0x055908) is known color: Green. HEX triplet: 05, 59 and 08. RGB value is (5,89,8). Sum of RGB (Red+Green+Blue) = 5+89+8=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 89 (35.16% from 255 or 87.25% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 89 - color contains mainly: green. Hex color #055908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055908 is #FAA6F7. Grayscale: #363636. Windows color (decimal): -16426744 or 547077. OLE color: 547077.
HSL color Cylindrical-coordinate representation of color #055908: hue angle of 122.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055908 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 8 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.65 |
| HSL | 122.14º | 0.89% | 0.18% | - |
| HSV(B) | 122.14º | 0.94% | 0.35% | - |
| XYZ | 3.68 | 7.19 | 1.42 | - |
| YUV | 54.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 8 | 0.94 | 0 | 0.91 | 0.65 | 122.14 | 0.89 | 0.18 |
| Hex | 5 | 59 | 8 | 5E | 0 | 5B | 41 | 7A | 59 | 12 |
| Octal | 5 | 131 | 10 | 136 | 0 | 133 | 101 | 172 | 131 | 22 |
| Binary | 101 | 1011001 | 1000 | 1011110 | 0 | 1011011 | 1000001 | 1111010 | 1011001 | 10010 |
Color Harmonies of #055908
Complementary color
Monochromatic Colors of #055908
Black with #055908
Text Example
Text Example
White with #055908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055908; }
p { color: rgb(5,89,8); }
H1.HeaderClassName
{
color: #055908;
}
.AnyTagClassName
{
color: #055908;
}
</style>
background-color css
<style>
a { background-color: #055908; }
a { background-color: rgb(5,89,8); }
div.DivClassName
{
background-color: #055908;
}
.BgClassName
{
background-color: #055908;
}
</style>
border-color css
<style>
span { border-color: #055908; }
span { border-color: rgb(5,89,8); }
td.TdClassName
{
border-color: #055908;
}
.TagClassName
{
border-color: #055908;
}
</style>