#039650

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

Shades of Pigment Green #039650

Tints of Pigment Green #039650

Color information

#039650 (or 0x039650) is unknown color: approx Pigment Green. HEX triplet: 03, 96 and 50. RGB value is (3,150,80). Sum of RGB (Red+Green+Blue) = 3+150+80=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #039650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039650 is #FC69AF. Grayscale: #626262. Windows color (decimal): -16542128 or 5281283. OLE color: 5281283.

HSL color Cylindrical-coordinate representation of color #039650: hue angle of 151.43º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039650 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB315080-
CMYK0.9800.470.41
HSL151.43º96.08%30%-
HSV(B)151.43º98%58.82%-
XYZ12.3922.4111.26-
YUV98.07117.860.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 150 (58.98% from 255) = 64.38%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=1.29%
G=64.38%
B=34.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3150800.9800.470.41151.4396.0830
Hex396506202F2997601e
Octal32261201420575122714036
Binary111001011010100001100010010111110100110010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #039650; }

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

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

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

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

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

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

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

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