#039350

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

Shades of Pigment Green #039350

Tints of Pigment Green #039350

Color information

#039350 (or 0x039350) is unknown color: approx Pigment Green. HEX triplet: 03, 93 and 50. RGB value is (3,147,80). Sum of RGB (Red+Green+Blue) = 3+147+80=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 147 (57.81% from 255 or 63.91% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 147 - color contains mainly: green. Hex color #039350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039350 is #FC6CAF. Grayscale: #606060. Windows color (decimal): -16542896 or 5280515. OLE color: 5280515.

HSL color Cylindrical-coordinate representation of color #039350: hue angle of 152.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039350 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB314780-
CMYK0.9800.460.42
HSL152.08º96%29.41%-
HSV(B)152.08º97.96%57.65%-
XYZ11.9221.4711.1-
YUV96.31118.7961.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 147 (57.81% from 255) = 63.91%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=1.30%
G=63.91%
B=34.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3147800.9800.460.42152.089629.41
Hex393506202E2A98601d
Octal32231201420565223014035
Binary111001001110100001100010010111010101010011000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039350; }

 p { color: rgb(3,147,80); }

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

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

 a { background-color: rgb(3,147,80); }

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

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

 span { border-color: rgb(3,147,80); }

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