#47A132

Color #47A132 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #47A132

Tints of La Palma #47A132

Color information

#47A132 (or 0x47A132) is unknown color: approx La Palma. HEX triplet: 47, A1 and 32. RGB value is (71,161,50). Sum of RGB (Red+Green+Blue) = 71+161+50=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #47A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A132 is #B85ECD. Grayscale: #797979. Windows color (decimal): -12082894 or 3318087. OLE color: 3318087.

HSL color Cylindrical-coordinate representation of color #47A132: hue angle of 108.65º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47A132 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB7116150-
CMYK0.5600.690.37
HSL108.65º52.61%41.37%-
HSV(B)108.65º68.94%63.14%-
XYZ15.9227.067.4-
YUV121.4487.6892.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=25.18%
G=57.09%
B=17.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71161500.5600.690.37108.6552.6141.37
Hex47A13238045256d3529
Octal10724162700105451556551
Binary100011110100001110010111000010001011001011101101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A132; }

 p { color: rgb(71,161,50); }

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

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

 a { background-color: rgb(71,161,50); }

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

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

 span { border-color: rgb(71,161,50); }

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