#48A437

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

Shades of La Palma #48A437

Tints of La Palma #48A437

Color information

#48A437 (or 0x48A437) is unknown color: approx La Palma. HEX triplet: 48, A4 and 37. RGB value is (72,164,55). Sum of RGB (Red+Green+Blue) = 72+164+55=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 164 (64.45% from 255 or 56.36% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 164 - color contains mainly: green. Hex color #48A437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A437 is #B75BC8. Grayscale: #7C7C7C. Windows color (decimal): -12016585 or 3646536. OLE color: 3646536.

HSL color Cylindrical-coordinate representation of color #48A437: hue angle of 110.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48A437 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB7216455-
CMYK0.5600.660.36
HSL110.64º49.77%42.94%-
HSV(B)110.64º66.46%64.31%-
XYZ16.6428.28.18-
YUV124.0789.0290.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 164 (64.45% from 255) = 56.36%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=24.74%
G=56.36%
B=18.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72164550.5600.660.36110.6449.7742.94
Hex48A43738042246f322b
Octal11024467700102441576253
Binary100100010100100110111111000010000101001001101111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,55); }

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

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

 a { background-color: rgb(72,164,55); }

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

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

 span { border-color: rgb(72,164,55); }

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