#48A932

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

Shades of La Palma #48A932

Tints of La Palma #48A932

Color information

#48A932 (or 0x48A932) is unknown color: approx La Palma. HEX triplet: 48, A9 and 32. RGB value is (72,169,50). Sum of RGB (Red+Green+Blue) = 72+169+50=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #48A932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A932 is #B756CD. Grayscale: #7E7E7E. Windows color (decimal): -12015310 or 3320136. OLE color: 3320136.

HSL color Cylindrical-coordinate representation of color #48A932: hue angle of 108.91º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48A932 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB7216950-
CMYK0.5700.700.34
HSL108.91º54.34%42.94%-
HSV(B)108.91º70.41%66.27%-
XYZ17.4429.987.89-
YUV126.4384.8689.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 169 (66.41% from 255) = 58.08%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=24.74%
G=58.08%
B=17.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72169500.5700.700.34108.9154.3442.94
Hex48A93239046226d362b
Octal11025162710106421556653
Binary100100010101001110010111001010001101000101101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A932; }

 p { color: rgb(72,169,50); }

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

<style>
 a { background-color: #48A932; }

 a { background-color: rgb(72,169,50); }

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

<style>
 span { border-color: #48A932; }

 span { border-color: rgb(72,169,50); }

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