#47822D

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

Shades of La Palma #47822D

Tints of La Palma #47822D

Color information

#47822D (or 0x47822D) is unknown color: approx La Palma. HEX triplet: 47, 82 and 2D. RGB value is (71,130,45). Sum of RGB (Red+Green+Blue) = 71+130+45=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #47822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47822D is #B87DD2. Grayscale: #666666. Windows color (decimal): -12090835 or 2982471. OLE color: 2982471.

HSL color Cylindrical-coordinate representation of color #47822D: hue angle of 101.65º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47822D is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB7113045-
CMYK0.4500.650.49
HSL101.65º48.57%34.31%-
HSV(B)101.65º65.38%50.98%-
XYZ11.0517.495.28-
YUV102.6795.45105.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=28.86%
G=52.85%
B=18.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130450.4500.650.49101.6548.5734.31
Hex47822D2D04131663122
Octal10720255550101611466142
Binary100011110000010101101101101010000011100011100110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47822D; }

 p { color: rgb(71,130,45); }

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

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

 a { background-color: rgb(71,130,45); }

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

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

 span { border-color: rgb(71,130,45); }

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