#48882B

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

Shades of La Palma #48882B

Tints of La Palma #48882B

Color information

#48882B (or 0x48882B) is unknown color: approx La Palma. HEX triplet: 48, 88 and 2B. RGB value is (72,136,43). Sum of RGB (Red+Green+Blue) = 72+136+43=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #48882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48882B is #B777D4. Grayscale: #6A6A6A. Windows color (decimal): -12023765 or 2852936. OLE color: 2852936.

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

Color convert

RGB7213643-
CMYK0.4700.680.47
HSL101.29º51.96%35.1%-
HSV(B)101.29º68.38%53.33%-
XYZ11.9119.165.36-
YUV106.2692.3103.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=28.69%
G=54.18%
B=17.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136430.4700.680.47101.2951.9635.1
Hex48882B2F0442F653423
Octal11021053570104571456443
Binary100100010001000101011101111010001001011111100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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