#48A224

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

Shades of La Palma #48A224

Tints of La Palma #48A224

Color information

#48A224 (or 0x48A224) is unknown color: approx La Palma. HEX triplet: 48, A2 and 24. RGB value is (72,162,36). Sum of RGB (Red+Green+Blue) = 72+162+36=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #48A224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A224 is #B75DDB. Grayscale: #797979. Windows color (decimal): -12017116 or 2400840. OLE color: 2400840.

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

Color convert

RGB7216236-
CMYK0.5600.780.36
HSL102.86º63.64%38.82%-
HSV(B)102.86º77.78%63.53%-
XYZ15.9127.356.11-
YUV120.7380.1893.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 162 (63.67% from 255) = 60%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=26.67%
G=60%
B=13.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162360.5600.780.36102.8663.6438.82
Hex48A2243804E24674027
Octal110242447001164414710047
Binary1001000101000101001001110000100111010010011001111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,36); }

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

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

 a { background-color: rgb(72,162,36); }

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

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

 span { border-color: rgb(72,162,36); }

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