#47A134

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

Shades of La Palma #47A134

Tints of La Palma #47A134

Color information

#47A134 (or 0x47A134) is unknown color: approx La Palma. HEX triplet: 47, A1 and 34. RGB value is (71,161,52). Sum of RGB (Red+Green+Blue) = 71+161+52=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #47A134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A134 is #B85ECB. Grayscale: #7A7A7A. Windows color (decimal): -12082892 or 3449159. OLE color: 3449159.

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

Color convert

RGB7116152-
CMYK0.5600.680.37
HSL109.54º51.17%41.76%-
HSV(B)109.54º67.7%63.14%-
XYZ15.9627.087.63-
YUV121.6688.6891.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 161 (63.28% from 255) = 56.69%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=25%
G=56.69%
B=18.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71161520.5600.680.37109.5451.1741.76
Hex47A13438044256e332a
Octal10724164700104451566352
Binary100011110100001110100111000010001001001011101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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