Shades of Pigment Green #059B4D
Tints of Pigment Green #059B4D
RGB
CMYK
RGB Variations
Color information
#059B4D (or 0x059B4D) is known color: Pigment Green. HEX triplet: 05, 9B and 4D. RGB value is (5,155,77). Sum of RGB (Red+Green+Blue) = 5+155+77=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 155 (60.94% from 255 or 65.40% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 155 - color contains mainly: green. Hex color #059B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059B4D is #FA64B2. Grayscale: #656565. Windows color (decimal): -16409779 or 5085957. OLE color: 5085957.
HSL color Cylindrical-coordinate representation of color #059B4D: hue angle of 148.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B4D is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 77 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.39 |
| HSL | 148.8º | 0.94% | 0.31% | - |
| HSV(B) | 148.8º | 0.97% | 0.61% | - |
| XYZ | 13.12 | 24.01 | 10.96 | - |
| YUV | 101.26 | 114.31 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 77 | 0.97 | 0 | 0.50 | 0.39 | 148.8 | 0.94 | 0.31 |
| Hex | 5 | 9B | 4D | 61 | 0 | 32 | 27 | 95 | 5E | 1F |
| Octal | 5 | 233 | 115 | 141 | 0 | 62 | 47 | 225 | 136 | 37 |
| Binary | 101 | 10011011 | 1001101 | 1100001 | 0 | 110010 | 100111 | 10010101 | 1011110 | 11111 |
Color Harmonies of #059B4D
Complementary color
Monochromatic Colors of #059B4D
Black with #059B4D
Text Example
Text Example
White with #059B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B4D; }
p { color: rgb(5,155,77); }
H1.HeaderClassName
{
color: #059B4D;
}
.AnyTagClassName
{
color: #059B4D;
}
</style>
background-color css
<style>
a { background-color: #059B4D; }
a { background-color: rgb(5,155,77); }
div.DivClassName
{
background-color: #059B4D;
}
.BgClassName
{
background-color: #059B4D;
}
</style>
border-color css
<style>
span { border-color: #059B4D; }
span { border-color: rgb(5,155,77); }
td.TdClassName
{
border-color: #059B4D;
}
.TagClassName
{
border-color: #059B4D;
}
</style>