Html Css Color HEX #039532 Pigment Green

📋 copy color: '#039532'

red 3 ◦ green 149 ◦ blue 50

#039532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #039532

Tints of Pigment Green #039532

RGB

 RED value IS 3 (1.56% from 255) = 1.49%

 GREEN value IS 149 (58.59% from 255) = 73.76%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 1.49%
G = 73.76%
B = 24.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#039532 (or 0x039532) is known color: Pigment Green. HEX triplet: 03, 95 and 32. RGB value is (3,149,50). Sum of RGB (Red+Green+Blue) = 3+149+50=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #039532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039532 is #FC6ACD. Grayscale: #5E5E5E. Windows color (decimal): -16542414 or 3314947. OLE color: 3314947.

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

Color convert

RGB 3 149 50 -
CMYK 0.98 0 0.66 0.42
HSL 139.32º 0.96% 0.3% -
HSV(B) 139.32º 0.98% 0.58% -
XYZ 11.36 21.74 6.62 -
YUV 94.06 103.13 63.05 -
System Red Green Blue C M Y K H S L
Decimal 3 149 50 0.98 0 0.66 0.42 139.32 0.96 0.3
Hex 3 95 32 62 0 42 2A 8B 60 1E
Octal 3 225 62 142 0 102 52 213 140 36
Binary 11 10010101 110010 1100010 0 1000010 101010 10001011 1100000 11110

Color Harmonies of #039532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039532

Black with #039532

Text Example


Text Example

White with #039532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039532; }

 p { color: rgb(3,149,50); }

 H1.HeaderClassName
 {
   color: #039532;
 }
 .AnyTagClassName
 {
   color: #039532;
 }
</style>

background-color css

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

 a { background-color: rgb(3,149,50); }

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

border-color css

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

 span { border-color: rgb(3,149,50); }

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