#48882A

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

Shades of La Palma #48882A

Tints of La Palma #48882A

Color information

#48882A (or 0x48882A) is unknown color: approx La Palma. HEX triplet: 48, 88 and 2A. RGB value is (72,136,42). Sum of RGB (Red+Green+Blue) = 72+136+42=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #48882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48882A is #B777D5. Grayscale: #6A6A6A. Windows color (decimal): -12023766 or 2787400. OLE color: 2787400.

HSL color Cylindrical-coordinate representation of color #48882A: hue angle of 100.85º degrees, saturation: 0.53, 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 #48882A is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7213642-
CMYK0.4700.690.47
HSL100.85º52.81%34.9%-
HSV(B)100.85º69.12%53.33%-
XYZ11.8919.155.26-
YUV106.1591.8103.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=28.8%
G=54.4%
B=16.8%

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
Decimal72136420.4700.690.47100.8552.8134.9
Hex48882A2F0452F653523
Octal11021052570105571456543
Binary100100010001000101010101111010001011011111100101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,136,42); }

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

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

 a { background-color: rgb(72,136,42); }

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

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

 span { border-color: rgb(72,136,42); }

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