#039B52

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

Shades of Pigment Green #039B52

Tints of Pigment Green #039B52

Color information

#039B52 (or 0x039B52) is unknown color: approx Pigment Green. HEX triplet: 03, 9B and 52. RGB value is (3,155,82). Sum of RGB (Red+Green+Blue) = 3+155+82=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #039B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039B52 is #FC64AD. Grayscale: #656565. Windows color (decimal): -16540846 or 5413635. OLE color: 5413635.

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

Color convert

RGB315582-
CMYK0.9800.470.39
HSL151.18º96.2%30.98%-
HSV(B)151.18º98.06%60.78%-
XYZ13.2824.0711.93-
YUV101.23117.1457.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 155 (60.94% from 255) = 64.58%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=1.25%
G=64.58%
B=34.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3155820.9800.470.39151.1896.230.98
Hex39B526202F2797601f
Octal32331221420574722714037
Binary111001101110100101100010010111110011110010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #039B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,155,82); }

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

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

 a { background-color: rgb(3,155,82); }

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

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

 span { border-color: rgb(3,155,82); }

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