#48882F

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

Shades of La Palma #48882F

Tints of La Palma #48882F

Color information

#48882F (or 0x48882F) is unknown color: approx La Palma. HEX triplet: 48, 88 and 2F. RGB value is (72,136,47). Sum of RGB (Red+Green+Blue) = 72+136+47=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #48882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48882F is #B777D0. Grayscale: #6B6B6B. Windows color (decimal): -12023761 or 3115080. OLE color: 3115080.

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

Color convert

RGB7213647-
CMYK0.4700.650.47
HSL103.15º48.63%35.88%-
HSV(B)103.15º65.44%53.33%-
XYZ11.9919.195.76-
YUV106.7294.3103.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 136 (53.52% from 255) = 53.33%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=28.24%
G=53.33%
B=18.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136470.4700.650.47103.1548.6335.88
Hex48882F2F0412F673124
Octal11021057570101571476144
Binary100100010001000101111101111010000011011111100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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