Shades of Green #055500
Tints of Green #055500
RGB
CMYK
RGB Variations
Color information
#055500 (or 0x055500) is known color: Green. HEX triplet: 05, 55 and 00. RGB value is (5,85,0). Sum of RGB (Red+Green+Blue) = 5+85+0=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 85 (33.59% from 255 or 94.44% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 85 - color contains mainly: green. Hex color #055500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055500 is #FAAAFF. Grayscale: #333333. Windows color (decimal): -16427776 or 21765. OLE color: 21765.
HSL color Cylindrical-coordinate representation of color #055500: hue angle of 116.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #055500 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.67 |
| HSL | 116.47º | 1% | 0.17% | - |
| HSV(B) | 116.47º | 1% | 0.33% | - |
| XYZ | 3.31 | 6.53 | 1.09 | - |
| YUV | 51.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 0 | 0.94 | 0 | 1 | 0.67 | 116.47 | 1 | 0.17 |
| Hex | 5 | 55 | 0 | 5E | 0 | 64 | 43 | 74 | 64 | 11 |
| Octal | 5 | 125 | 0 | 136 | 0 | 144 | 103 | 164 | 144 | 21 |
| Binary | 101 | 1010101 | 0 | 1011110 | 0 | 1100100 | 1000011 | 1110100 | 1100100 | 10001 |
Color Harmonies of #055500
Complementary color
Monochromatic Colors of #055500
Black with #055500
Text Example
Text Example
White with #055500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055500; }
p { color: rgb(5,85,0); }
H1.HeaderClassName
{
color: #055500;
}
.AnyTagClassName
{
color: #055500;
}
</style>
background-color css
<style>
a { background-color: #055500; }
a { background-color: rgb(5,85,0); }
div.DivClassName
{
background-color: #055500;
}
.BgClassName
{
background-color: #055500;
}
</style>
border-color css
<style>
span { border-color: #055500; }
span { border-color: rgb(5,85,0); }
td.TdClassName
{
border-color: #055500;
}
.TagClassName
{
border-color: #055500;
}
</style>