Shades of Green #055A08
Tints of Green #055A08
RGB
CMYK
RGB Variations
Color information
#055A08 (or 0x055A08) is known color: Green. HEX triplet: 05, 5A and 08. RGB value is (5,90,8). Sum of RGB (Red+Green+Blue) = 5+90+8=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 90 (35.55% from 255 or 87.38% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 90 - color contains mainly: green. Hex color #055A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A08 is #FAA5F7. Grayscale: #373737. Windows color (decimal): -16426488 or 547333. OLE color: 547333.
HSL color Cylindrical-coordinate representation of color #055A08: hue angle of 122.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A08 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 8 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.65 |
| HSL | 122.12º | 0.89% | 0.19% | - |
| HSV(B) | 122.12º | 0.94% | 0.35% | - |
| XYZ | 3.76 | 7.36 | 1.45 | - |
| YUV | 55.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 8 | 0.94 | 0 | 0.91 | 0.65 | 122.12 | 0.89 | 0.19 |
| Hex | 5 | 5A | 8 | 5E | 0 | 5B | 41 | 7A | 59 | 13 |
| Octal | 5 | 132 | 10 | 136 | 0 | 133 | 101 | 172 | 131 | 23 |
| Binary | 101 | 1011010 | 1000 | 1011110 | 0 | 1011011 | 1000001 | 1111010 | 1011001 | 10011 |
Color Harmonies of #055A08
Complementary color
Monochromatic Colors of #055A08
Black with #055A08
Text Example
Text Example
White with #055A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A08; }
p { color: rgb(5,90,8); }
H1.HeaderClassName
{
color: #055A08;
}
.AnyTagClassName
{
color: #055A08;
}
</style>
background-color css
<style>
a { background-color: #055A08; }
a { background-color: rgb(5,90,8); }
div.DivClassName
{
background-color: #055A08;
}
.BgClassName
{
background-color: #055A08;
}
</style>
border-color css
<style>
span { border-color: #055A08; }
span { border-color: rgb(5,90,8); }
td.TdClassName
{
border-color: #055A08;
}
.TagClassName
{
border-color: #055A08;
}
</style>