#47842A

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

Shades of La Palma #47842A

Tints of La Palma #47842A

Color information

#47842A (or 0x47842A) is unknown color: approx La Palma. HEX triplet: 47, 84 and 2A. RGB value is (71,132,42). Sum of RGB (Red+Green+Blue) = 71+132+42=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #47842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47842A is #B87BD5. Grayscale: #676767. Windows color (decimal): -12090326 or 2786375. OLE color: 2786375.

HSL color Cylindrical-coordinate representation of color #47842A: hue angle of 100.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47842A is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB7113242-
CMYK0.4600.680.48
HSL100.67º51.72%34.12%-
HSV(B)100.67º68.18%51.76%-
XYZ11.2718.015.07-
YUV103.593.29104.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=28.98%
G=53.88%
B=17.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71132420.4600.680.48100.6751.7234.12
Hex47842A2E04430653422
Octal10720452560104601456442
Binary100011110000100101010101110010001001100001100101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47842A; }

 p { color: rgb(71,132,42); }

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

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

 a { background-color: rgb(71,132,42); }

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

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

 span { border-color: rgb(71,132,42); }

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