#48832E

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

Shades of La Palma #48832E

Tints of La Palma #48832E

Color information

#48832E (or 0x48832E) is unknown color: approx La Palma. HEX triplet: 48, 83 and 2E. RGB value is (72,131,46). Sum of RGB (Red+Green+Blue) = 72+131+46=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #48832E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48832E is #B77CD1. Grayscale: #676767. Windows color (decimal): -12025042 or 3048264. OLE color: 3048264.

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

Color convert

RGB7213146-
CMYK0.4500.650.49
HSL101.65º48.02%34.71%-
HSV(B)101.65º64.89%51.37%-
XYZ11.2817.815.43-
YUV103.6795.45105.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=28.92%
G=52.61%
B=18.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72131460.4500.650.49101.6548.0234.71
Hex48832E2D04131663023
Octal11020356550101611466043
Binary100100010000011101110101101010000011100011100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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