#48882D

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

Shades of La Palma #48882D

Tints of La Palma #48882D

Color information

#48882D (or 0x48882D) is unknown color: approx La Palma. HEX triplet: 48, 88 and 2D. RGB value is (72,136,45). Sum of RGB (Red+Green+Blue) = 72+136+45=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #48882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48882D is #B777D2. Grayscale: #6A6A6A. Windows color (decimal): -12023763 or 2984008. OLE color: 2984008.

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

Color convert

RGB7213645-
CMYK0.4700.670.47
HSL102.2º50.28%35.49%-
HSV(B)102.2º66.91%53.33%-
XYZ11.9519.185.55-
YUV106.4993.3103.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=28.46%
G=53.75%
B=17.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136450.4700.670.47102.250.2835.49
Hex48882D2F0432F663223
Octal11021055570103571466243
Binary100100010001000101101101111010000111011111100110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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