#48932E

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

Shades of La Palma #48932E

Tints of La Palma #48932E

Color information

#48932E (or 0x48932E) is unknown color: approx La Palma. HEX triplet: 48, 93 and 2E. RGB value is (72,147,46). Sum of RGB (Red+Green+Blue) = 72+147+46=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #48932E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48932E is #B76CD1. Grayscale: #717171. Windows color (decimal): -12020946 or 3052360. OLE color: 3052360.

HSL color Cylindrical-coordinate representation of color #48932E: hue angle of 104.55º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48932E is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB7214746-
CMYK0.5100.690.42
HSL104.55º52.33%37.84%-
HSV(B)104.55º68.71%57.65%-
XYZ13.622.446.2-
YUV113.0690.1598.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=27.17%
G=55.47%
B=17.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72147460.5100.690.42104.5552.3337.84
Hex48932E330452A693426
Octal11022356630105521516446
Binary100100010010011101110110011010001011010101101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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