Shades of Pigment Green #059551
Tints of Pigment Green #059551
RGB
CMYK
RGB Variations
Color information
#059551 (or 0x059551) is known color: Pigment Green. HEX triplet: 05, 95 and 51. RGB value is (5,149,81). Sum of RGB (Red+Green+Blue) = 5+149+81=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #059551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059551 is #FA6AAE. Grayscale: #626262. Windows color (decimal): -16411311 or 5346565. OLE color: 5346565.
HSL color Cylindrical-coordinate representation of color #059551: hue angle of 151.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059551 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 81 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.42 |
| HSL | 151.67º | 0.94% | 0.3% | - |
| HSV(B) | 151.67º | 0.97% | 0.58% | - |
| XYZ | 12.3 | 22.12 | 11.41 | - |
| YUV | 98.19 | 118.29 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 81 | 0.97 | 0 | 0.46 | 0.42 | 151.67 | 0.94 | 0.3 |
| Hex | 5 | 95 | 51 | 61 | 0 | 2E | 2A | 98 | 5E | 1E |
| Octal | 5 | 225 | 121 | 141 | 0 | 56 | 52 | 230 | 136 | 36 |
| Binary | 101 | 10010101 | 1010001 | 1100001 | 0 | 101110 | 101010 | 10011000 | 1011110 | 11110 |
Color Harmonies of #059551
Complementary color
Monochromatic Colors of #059551
Black with #059551
Text Example
Text Example
White with #059551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059551; }
p { color: rgb(5,149,81); }
H1.HeaderClassName
{
color: #059551;
}
.AnyTagClassName
{
color: #059551;
}
</style>
background-color css
<style>
a { background-color: #059551; }
a { background-color: rgb(5,149,81); }
div.DivClassName
{
background-color: #059551;
}
.BgClassName
{
background-color: #059551;
}
</style>
border-color css
<style>
span { border-color: #059551; }
span { border-color: rgb(5,149,81); }
td.TdClassName
{
border-color: #059551;
}
.TagClassName
{
border-color: #059551;
}
</style>