Shades of Green #055A0C
Tints of Green #055A0C
RGB
CMYK
RGB Variations
Color information
#055A0C (or 0x055A0C) is known color: Green. HEX triplet: 05, 5A and 0C. RGB value is (5,90,12). Sum of RGB (Red+Green+Blue) = 5+90+12=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 90 (35.55% from 255 or 84.11% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 90 - color contains mainly: green. Hex color #055A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A0C is #FAA5F3. Grayscale: #373737. Windows color (decimal): -16426484 or 809477. OLE color: 809477.
HSL color Cylindrical-coordinate representation of color #055A0C: hue angle of 124.94º 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 #055A0C is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 90 | 12 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.65 |
| HSL | 124.94º | 0.89% | 0.19% | - |
| HSV(B) | 124.94º | 0.94% | 0.35% | - |
| XYZ | 3.79 | 7.37 | 1.57 | - |
| YUV | 55.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 12 | 0.94 | 0 | 0.87 | 0.65 | 124.94 | 0.89 | 0.19 |
| Hex | 5 | 5A | C | 5E | 0 | 57 | 41 | 7D | 59 | 13 |
| Octal | 5 | 132 | 14 | 136 | 0 | 127 | 101 | 175 | 131 | 23 |
| Binary | 101 | 1011010 | 1100 | 1011110 | 0 | 1010111 | 1000001 | 1111101 | 1011001 | 10011 |
Color Harmonies of #055A0C
Complementary color
Monochromatic Colors of #055A0C
Black with #055A0C
Text Example
Text Example
White with #055A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A0C; }
p { color: rgb(5,90,12); }
H1.HeaderClassName
{
color: #055A0C;
}
.AnyTagClassName
{
color: #055A0C;
}
</style>
background-color css
<style>
a { background-color: #055A0C; }
a { background-color: rgb(5,90,12); }
div.DivClassName
{
background-color: #055A0C;
}
.BgClassName
{
background-color: #055A0C;
}
</style>
border-color css
<style>
span { border-color: #055A0C; }
span { border-color: rgb(5,90,12); }
td.TdClassName
{
border-color: #055A0C;
}
.TagClassName
{
border-color: #055A0C;
}
</style>