Shades of Pigment Green #039552
Tints of Pigment Green #039552
RGB
CMYK
RGB Variations
Color information
#039552 (or 0x039552) is known color: Pigment Green. HEX triplet: 03, 95 and 52. RGB value is (3,149,82). Sum of RGB (Red+Green+Blue) = 3+149+82=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #039552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039552 is #FC6AAD. Grayscale: #616161. Windows color (decimal): -16542382 or 5412099. OLE color: 5412099.
HSL color Cylindrical-coordinate representation of color #039552: hue angle of 152.47º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039552 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 82 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.42 |
| HSL | 152.47º | 0.96% | 0.3% | - |
| HSV(B) | 152.47º | 0.98% | 0.58% | - |
| XYZ | 12.31 | 22.12 | 11.6 | - |
| YUV | 97.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 82 | 0.98 | 0 | 0.45 | 0.42 | 152.47 | 0.96 | 0.3 |
| Hex | 3 | 95 | 52 | 62 | 0 | 2D | 2A | 98 | 60 | 1E |
| Octal | 3 | 225 | 122 | 142 | 0 | 55 | 52 | 230 | 140 | 36 |
| Binary | 11 | 10010101 | 1010010 | 1100010 | 0 | 101101 | 101010 | 10011000 | 1100000 | 11110 |
Color Harmonies of #039552
Complementary color
Monochromatic Colors of #039552
Black with #039552
Text Example
Text Example
White with #039552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039552; }
p { color: rgb(3,149,82); }
H1.HeaderClassName
{
color: #039552;
}
.AnyTagClassName
{
color: #039552;
}
</style>
background-color css
<style>
a { background-color: #039552; }
a { background-color: rgb(3,149,82); }
div.DivClassName
{
background-color: #039552;
}
.BgClassName
{
background-color: #039552;
}
</style>
border-color css
<style>
span { border-color: #039552; }
span { border-color: rgb(3,149,82); }
td.TdClassName
{
border-color: #039552;
}
.TagClassName
{
border-color: #039552;
}
</style>