#48A126

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

Shades of La Palma #48A126

Tints of La Palma #48A126

Color information

#48A126 (or 0x48A126) is unknown color: approx La Palma. HEX triplet: 48, A1 and 26. RGB value is (72,161,38). Sum of RGB (Red+Green+Blue) = 72+161+38=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #48A126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A126 is #B75ED9. Grayscale: #787878. Windows color (decimal): -12017370 or 2531656. OLE color: 2531656.

HSL color Cylindrical-coordinate representation of color #48A126: hue angle of 103.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48A126 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB7216138-
CMYK0.5500.760.37
HSL103.41º61.81%39.02%-
HSV(B)103.41º76.4%63.14%-
XYZ15.7727.016.22-
YUV120.3781.5193.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 161 (63.28% from 255) = 59.41%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=26.57%
G=59.41%
B=14.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72161380.5500.760.37103.4161.8139.02
Hex48A1263704C25673e27
Octal11024146670114451477647
Binary100100010100001100110110111010011001001011100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,161,38); }

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

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

 a { background-color: rgb(72,161,38); }

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

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

 span { border-color: rgb(72,161,38); }

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