Shades of Pigment Green #059B4A
Tints of Pigment Green #059B4A
RGB
CMYK
RGB Variations
Color information
#059B4A (or 0x059B4A) is known color: Pigment Green. HEX triplet: 05, 9B and 4A. RGB value is (5,155,74). Sum of RGB (Red+Green+Blue) = 5+155+74=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 155 (60.94% from 255 or 66.24% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 155 - color contains mainly: green. Hex color #059B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B4A is #FA64B5. Grayscale: #656565. Windows color (decimal): -16409782 or 4889349. OLE color: 4889349.
HSL color Cylindrical-coordinate representation of color #059B4A: hue angle of 147.6º 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 #059B4A is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 74 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.39 |
| HSL | 147.6º | 0.94% | 0.31% | - |
| HSV(B) | 147.6º | 0.97% | 0.61% | - |
| XYZ | 13.02 | 23.97 | 10.42 | - |
| YUV | 100.92 | 112.81 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 74 | 0.97 | 0 | 0.52 | 0.39 | 147.6 | 0.94 | 0.31 |
| Hex | 5 | 9B | 4A | 61 | 0 | 34 | 27 | 94 | 5E | 1F |
| Octal | 5 | 233 | 112 | 141 | 0 | 64 | 47 | 224 | 136 | 37 |
| Binary | 101 | 10011011 | 1001010 | 1100001 | 0 | 110100 | 100111 | 10010100 | 1011110 | 11111 |
Color Harmonies of #059B4A
Complementary color
Monochromatic Colors of #059B4A
Black with #059B4A
Text Example
Text Example
White with #059B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B4A; }
p { color: rgb(5,155,74); }
H1.HeaderClassName
{
color: #059B4A;
}
.AnyTagClassName
{
color: #059B4A;
}
</style>
background-color css
<style>
a { background-color: #059B4A; }
a { background-color: rgb(5,155,74); }
div.DivClassName
{
background-color: #059B4A;
}
.BgClassName
{
background-color: #059B4A;
}
</style>
border-color css
<style>
span { border-color: #059B4A; }
span { border-color: rgb(5,155,74); }
td.TdClassName
{
border-color: #059B4A;
}
.TagClassName
{
border-color: #059B4A;
}
</style>