#47862A

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

Shades of La Palma #47862A

Tints of La Palma #47862A

Color information

#47862A (or 0x47862A) is unknown color: approx La Palma. HEX triplet: 47, 86 and 2A. RGB value is (71,134,42). Sum of RGB (Red+Green+Blue) = 71+134+42=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #47862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47862A is #B879D5. Grayscale: #686868. Windows color (decimal): -12089814 or 2786887. OLE color: 2786887.

HSL color Cylindrical-coordinate representation of color #47862A: hue angle of 101.09º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47862A is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7113442-
CMYK0.4700.690.47
HSL101.09º52.27%34.51%-
HSV(B)101.09º68.66%52.55%-
XYZ11.5418.565.16-
YUV104.6892.63103.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=28.74%
G=54.25%
B=17.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71134420.4700.690.47101.0952.2734.51
Hex47862A2F0452F653423
Octal10720652570105571456443
Binary100011110000110101010101111010001011011111100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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