Shades of Green #055903
Tints of Green #055903
RGB
CMYK
RGB Variations
Color information
#055903 (or 0x055903) is known color: Green. HEX triplet: 05, 59 and 03. RGB value is (5,89,3). Sum of RGB (Red+Green+Blue) = 5+89+3=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 89 (35.16% from 255 or 91.75% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 89 - color contains mainly: green. Hex color #055903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055903 is #FAA6FC. Grayscale: #363636. Windows color (decimal): -16426749 or 219397. OLE color: 219397.
HSL color Cylindrical-coordinate representation of color #055903: hue angle of 118.6º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055903 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 89 | 3 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.65 |
| HSL | 118.6º | 0.93% | 0.18% | - |
| HSV(B) | 118.6º | 0.97% | 0.35% | - |
| XYZ | 3.65 | 7.18 | 1.28 | - |
| YUV | 54.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 3 | 0.94 | 0 | 0.97 | 0.65 | 118.6 | 0.93 | 0.18 |
| Hex | 5 | 59 | 3 | 5E | 0 | 61 | 41 | 77 | 5D | 12 |
| Octal | 5 | 131 | 3 | 136 | 0 | 141 | 101 | 167 | 135 | 22 |
| Binary | 101 | 1011001 | 11 | 1011110 | 0 | 1100001 | 1000001 | 1110111 | 1011101 | 10010 |
Color Harmonies of #055903
Complementary color
Monochromatic Colors of #055903
Black with #055903
Text Example
Text Example
White with #055903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055903; }
p { color: rgb(5,89,3); }
H1.HeaderClassName
{
color: #055903;
}
.AnyTagClassName
{
color: #055903;
}
</style>
background-color css
<style>
a { background-color: #055903; }
a { background-color: rgb(5,89,3); }
div.DivClassName
{
background-color: #055903;
}
.BgClassName
{
background-color: #055903;
}
</style>
border-color css
<style>
span { border-color: #055903; }
span { border-color: rgb(5,89,3); }
td.TdClassName
{
border-color: #055903;
}
.TagClassName
{
border-color: #055903;
}
</style>