Shades of Pigment Green #039C36
Tints of Pigment Green #039C36
RGB
CMYK
RGB Variations
Color information
#039C36 (or 0x039C36) is known color: Pigment Green. HEX triplet: 03, 9C and 36. RGB value is (3,156,54). Sum of RGB (Red+Green+Blue) = 3+156+54=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 156 (61.33% from 255 or 73.24% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 156 - color contains mainly: green. Hex color #039C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039C36 is #FC63C9. Grayscale: #626262. Windows color (decimal): -16540618 or 3578883. OLE color: 3578883.
HSL color Cylindrical-coordinate representation of color #039C36: hue angle of 140º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039C36 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 54 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.39 |
| HSL | 140º | 0.96% | 0.31% | - |
| HSV(B) | 140º | 0.98% | 0.61% | - |
| XYZ | 12.59 | 24.06 | 7.47 | - |
| YUV | 98.63 | 102.81 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 54 | 0.98 | 0 | 0.65 | 0.39 | 140 | 0.96 | 0.31 |
| Hex | 3 | 9C | 36 | 62 | 0 | 41 | 27 | 8C | 60 | 1F |
| Octal | 3 | 234 | 66 | 142 | 0 | 101 | 47 | 214 | 140 | 37 |
| Binary | 11 | 10011100 | 110110 | 1100010 | 0 | 1000001 | 100111 | 10001100 | 1100000 | 11111 |
Color Harmonies of #039C36
Complementary color
Monochromatic Colors of #039C36
Black with #039C36
Text Example
Text Example
White with #039C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C36; }
p { color: rgb(3,156,54); }
H1.HeaderClassName
{
color: #039C36;
}
.AnyTagClassName
{
color: #039C36;
}
</style>
background-color css
<style>
a { background-color: #039C36; }
a { background-color: rgb(3,156,54); }
div.DivClassName
{
background-color: #039C36;
}
.BgClassName
{
background-color: #039C36;
}
</style>
border-color css
<style>
span { border-color: #039C36; }
span { border-color: rgb(3,156,54); }
td.TdClassName
{
border-color: #039C36;
}
.TagClassName
{
border-color: #039C36;
}
</style>