#48872E

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

Shades of La Palma #48872E

Tints of La Palma #48872E

Color information

#48872E (or 0x48872E) is unknown color: approx La Palma. HEX triplet: 48, 87 and 2E. RGB value is (72,135,46). Sum of RGB (Red+Green+Blue) = 72+135+46=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #48872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48872E is #B778D1. Grayscale: #6A6A6A. Windows color (decimal): -12024018 or 3049288. OLE color: 3049288.

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

Color convert

RGB7213546-
CMYK0.4700.660.47
HSL102.47º49.17%35.49%-
HSV(B)102.47º65.93%52.94%-
XYZ11.8318.95.61-
YUV106.0294.13103.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=28.46%
G=53.36%
B=18.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72135460.4700.660.47102.4749.1735.49
Hex48872E2F0422F663123
Octal11020756570102571466143
Binary100100010000111101110101111010000101011111100110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48872E; }

 p { color: rgb(72,135,46); }

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

<style>
 a { background-color: #48872E; }

 a { background-color: rgb(72,135,46); }

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

<style>
 span { border-color: #48872E; }

 span { border-color: rgb(72,135,46); }

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