Shades of Pigment Green #039A54
Tints of Pigment Green #039A54
RGB
CMYK
RGB Variations
Color information
#039A54 (or 0x039A54) is known color: Pigment Green. HEX triplet: 03, 9A and 54. RGB value is (3,154,84). Sum of RGB (Red+Green+Blue) = 3+154+84=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 154 (60.55% from 255 or 63.90% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 154 - color contains mainly: green. Hex color #039A54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039A54 is #FC65AB. Grayscale: #656565. Windows color (decimal): -16541100 or 5544451. OLE color: 5544451.
HSL color Cylindrical-coordinate representation of color #039A54: hue angle of 152.19º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039A54 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 154 | 84 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.40 |
| HSL | 152.19º | 0.96% | 0.31% | - |
| HSV(B) | 152.19º | 0.98% | 0.6% | - |
| XYZ | 13.19 | 23.77 | 12.28 | - |
| YUV | 100.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 84 | 0.98 | 0 | 0.45 | 0.40 | 152.19 | 0.96 | 0.31 |
| Hex | 3 | 9A | 54 | 62 | 0 | 2D | 28 | 98 | 60 | 1F |
| Octal | 3 | 232 | 124 | 142 | 0 | 55 | 50 | 230 | 140 | 37 |
| Binary | 11 | 10011010 | 1010100 | 1100010 | 0 | 101101 | 101000 | 10011000 | 1100000 | 11111 |
Color Harmonies of #039A54
Complementary color
Monochromatic Colors of #039A54
Black with #039A54
Text Example
Text Example
White with #039A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039A54; }
p { color: rgb(3,154,84); }
H1.HeaderClassName
{
color: #039A54;
}
.AnyTagClassName
{
color: #039A54;
}
</style>
background-color css
<style>
a { background-color: #039A54; }
a { background-color: rgb(3,154,84); }
div.DivClassName
{
background-color: #039A54;
}
.BgClassName
{
background-color: #039A54;
}
</style>
border-color css
<style>
span { border-color: #039A54; }
span { border-color: rgb(3,154,84); }
td.TdClassName
{
border-color: #039A54;
}
.TagClassName
{
border-color: #039A54;
}
</style>