#48852D

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

Shades of La Palma #48852D

Tints of La Palma #48852D

Color information

#48852D (or 0x48852D) is unknown color: approx La Palma. HEX triplet: 48, 85 and 2D. RGB value is (72,133,45). Sum of RGB (Red+Green+Blue) = 72+133+45=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #48852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48852D is #B77AD2. Grayscale: #696969. Windows color (decimal): -12024531 or 2983240. OLE color: 2983240.

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

Color convert

RGB7213345-
CMYK0.4600.660.48
HSL101.59º49.44%34.9%-
HSV(B)101.59º66.17%52.16%-
XYZ11.5318.345.42-
YUV104.7394.29104.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 45 (17.97% from 255) = 18%
R=28.8%
G=53.2%
B=18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133450.4600.660.48101.5949.4434.9
Hex48852D2E04230663123
Octal11020555560102601466143
Binary100100010000101101101101110010000101100001100110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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