Shades of Pigment Green #039435
Tints of Pigment Green #039435
RGB
CMYK
RGB Variations
Color information
#039435 (or 0x039435) is known color: Pigment Green. HEX triplet: 03, 94 and 35. RGB value is (3,148,53). Sum of RGB (Red+Green+Blue) = 3+148+53=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #039435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039435 is #FC6BCA. Grayscale: #5E5E5E. Windows color (decimal): -16542667 or 3511299. OLE color: 3511299.
HSL color Cylindrical-coordinate representation of color #039435: hue angle of 140.69º 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 #039435 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 148 | 53 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.42 |
| HSL | 140.69º | 0.96% | 0.3% | - |
| HSV(B) | 140.69º | 0.98% | 0.58% | - |
| XYZ | 11.27 | 21.46 | 6.92 | - |
| YUV | 93.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 148 | 53 | 0.98 | 0 | 0.64 | 0.42 | 140.69 | 0.96 | 0.3 |
| Hex | 3 | 94 | 35 | 62 | 0 | 40 | 2A | 8D | 60 | 1E |
| Octal | 3 | 224 | 65 | 142 | 0 | 100 | 52 | 215 | 140 | 36 |
| Binary | 11 | 10010100 | 110101 | 1100010 | 0 | 1000000 | 101010 | 10001101 | 1100000 | 11110 |
Color Harmonies of #039435
Complementary color
Monochromatic Colors of #039435
Black with #039435
Text Example
Text Example
White with #039435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039435; }
p { color: rgb(3,148,53); }
H1.HeaderClassName
{
color: #039435;
}
.AnyTagClassName
{
color: #039435;
}
</style>
background-color css
<style>
a { background-color: #039435; }
a { background-color: rgb(3,148,53); }
div.DivClassName
{
background-color: #039435;
}
.BgClassName
{
background-color: #039435;
}
</style>
border-color css
<style>
span { border-color: #039435; }
span { border-color: rgb(3,148,53); }
td.TdClassName
{
border-color: #039435;
}
.TagClassName
{
border-color: #039435;
}
</style>