#039334

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

Shades of Pigment Green #039334

Tints of Pigment Green #039334

Color information

#039334 (or 0x039334) is unknown color: approx Pigment Green. HEX triplet: 03, 93 and 34. RGB value is (3,147,52). Sum of RGB (Red+Green+Blue) = 3+147+52=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #039334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039334 is #FC6CCB. Grayscale: #5D5D5D. Windows color (decimal): -16542924 or 3445507. OLE color: 3445507.

HSL color Cylindrical-coordinate representation of color #039334: hue angle of 140.42º 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 #039334 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB314752-
CMYK0.9800.650.42
HSL140.42º96%29.41%-
HSV(B)140.42º97.96%57.65%-
XYZ11.0921.136.74-
YUV93.11104.7963.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 147 (57.81% from 255) = 72.77%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=1.49%
G=72.77%
B=25.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3147520.9800.650.42140.429629.41
Hex39334620412A8c601d
Octal32236414201015221414035
Binary111001001111010011000100100000110101010001100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039334; }

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

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

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

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

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

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

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

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