#039C40

Color #039C40 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #039C40

Tints of Pigment Green #039C40

Color information

#039C40 (or 0x039C40) is unknown color: approx Pigment Green. HEX triplet: 03, 9C and 40. RGB value is (3,156,64). Sum of RGB (Red+Green+Blue) = 3+156+64=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #039C40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039C40 is #FC63BF. Grayscale: #636363. Windows color (decimal): -16540608 or 4234243. OLE color: 4234243.

HSL color Cylindrical-coordinate representation of color #039C40: hue angle of 143.92º 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 #039C40 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB315664-
CMYK0.9800.590.39
HSL143.92º96.23%31.18%-
HSV(B)143.92º98.08%61.18%-
XYZ12.8524.178.84-
YUV99.76107.8158.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 156 (61.33% from 255) = 69.96%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=1.35%
G=69.96%
B=28.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3156640.9800.590.39143.9296.2331.18
Hex39C406203B2790601f
Octal32341001420734722014037
Binary111001110010000001100010011101110011110010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039C40; }

 p { color: rgb(3,156,64); }

 H1.HeaderClassName
 {
   color: #039C40;
 }
 .AnyTagClassName
 {
   color: #039C40;
 }
</style>
background-color css

<style>
 a { background-color: #039C40; }

 a { background-color: rgb(3,156,64); }

 div.DivClassName
 {
   background-color: #039C40;
 }
 .BgClassName
 {
   background-color: #039C40;
 }
</style>
border-color css

<style>
 span { border-color: #039C40; }

 span { border-color: rgb(3,156,64); }

 td.TdClassName
 {
   border-color: #039C40;
 }
 .TagClassName
 {
   border-color: #039C40;
 }
</style>