Shades of Green #055A09
Tints of Green #055A09
RGB
CMYK
RGB Variations
Color information
#055A09 (or 0x055A09) is known color: Green. HEX triplet: 05, 5A and 09. RGB value is (5,90,9). Sum of RGB (Red+Green+Blue) = 5+90+9=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #055A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A09 is #FAA5F6. Grayscale: #373737. Windows color (decimal): -16426487 or 612869. OLE color: 612869.
HSL color Cylindrical-coordinate representation of color #055A09: hue angle of 122.82º 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 #055A09 is Cyan = 0.94, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 9 | - |
| CMYK | 0.94 | 0 | 0.9 | 0.65 |
| HSL | 122.82º | 0.89% | 0.19% | - |
| HSV(B) | 122.82º | 0.94% | 0.35% | - |
| XYZ | 3.77 | 7.36 | 1.48 | - |
| YUV | 55.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 9 | 0.94 | 0 | 0.9 | 0.65 | 122.82 | 0.89 | 0.19 |
| Hex | 5 | 5A | 9 | 5E | 0 | 5A | 41 | 7B | 59 | 13 |
| Octal | 5 | 132 | 11 | 136 | 0 | 132 | 101 | 173 | 131 | 23 |
| Binary | 101 | 1011010 | 1001 | 1011110 | 0 | 1011010 | 1000001 | 1111011 | 1011001 | 10011 |
Color Harmonies of #055A09
Complementary color
Monochromatic Colors of #055A09
Black with #055A09
Text Example
Text Example
White with #055A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A09; }
p { color: rgb(5,90,9); }
H1.HeaderClassName
{
color: #055A09;
}
.AnyTagClassName
{
color: #055A09;
}
</style>
background-color css
<style>
a { background-color: #055A09; }
a { background-color: rgb(5,90,9); }
div.DivClassName
{
background-color: #055A09;
}
.BgClassName
{
background-color: #055A09;
}
</style>
border-color css
<style>
span { border-color: #055A09; }
span { border-color: rgb(5,90,9); }
td.TdClassName
{
border-color: #055A09;
}
.TagClassName
{
border-color: #055A09;
}
</style>