#48832D

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

Shades of La Palma #48832D

Tints of La Palma #48832D

Color information

#48832D (or 0x48832D) is unknown color: approx La Palma. HEX triplet: 48, 83 and 2D. RGB value is (72,131,45). Sum of RGB (Red+Green+Blue) = 72+131+45=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #48832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48832D is #B77CD2. Grayscale: #676767. Windows color (decimal): -12025043 or 2982728. OLE color: 2982728.

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

Color convert

RGB7213145-
CMYK0.4500.660.49
HSL101.16º48.86%34.51%-
HSV(B)101.16º65.65%51.37%-
XYZ11.2617.85.32-
YUV103.5594.95105.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 131 (51.56% from 255) = 52.82%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=29.03%
G=52.82%
B=18.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72131450.4500.660.49101.1648.8634.51
Hex48832D2D04231653123
Octal11020355550102611456143
Binary100100010000011101101101101010000101100011100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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