Shades of Pigment Green #039953
Tints of Pigment Green #039953
RGB
CMYK
RGB Variations
Color information
#039953 (or 0x039953) is known color: Pigment Green. HEX triplet: 03, 99 and 53. RGB value is (3,153,83). Sum of RGB (Red+Green+Blue) = 3+153+83=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #039953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039953 is #FC66AC. Grayscale: #646464. Windows color (decimal): -16541357 or 5478659. OLE color: 5478659.
HSL color Cylindrical-coordinate representation of color #039953: hue angle of 152º 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 #039953 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 3 | 153 | 83 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.4 |
| HSL | 152º | 0.96% | 0.31% | - |
| HSV(B) | 152º | 0.98% | 0.6% | - |
| XYZ | 12.99 | 23.43 | 12.02 | - |
| YUV | 100.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 153 | 83 | 0.98 | 0 | 0.46 | 0.4 | 152 | 0.96 | 0.31 |
| Hex | 3 | 99 | 53 | 62 | 0 | 2E | 28 | 98 | 60 | 1F |
| Octal | 3 | 231 | 123 | 142 | 0 | 56 | 50 | 230 | 140 | 37 |
| Binary | 11 | 10011001 | 1010011 | 1100010 | 0 | 101110 | 101000 | 10011000 | 1100000 | 11111 |
Color Harmonies of #039953
Complementary color
Monochromatic Colors of #039953
Black with #039953
Text Example
Text Example
White with #039953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039953; }
p { color: rgb(3,153,83); }
H1.HeaderClassName
{
color: #039953;
}
.AnyTagClassName
{
color: #039953;
}
</style>
background-color css
<style>
a { background-color: #039953; }
a { background-color: rgb(3,153,83); }
div.DivClassName
{
background-color: #039953;
}
.BgClassName
{
background-color: #039953;
}
</style>
border-color css
<style>
span { border-color: #039953; }
span { border-color: rgb(3,153,83); }
td.TdClassName
{
border-color: #039953;
}
.TagClassName
{
border-color: #039953;
}
</style>