#48A237

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

Shades of La Palma #48A237

Tints of La Palma #48A237

Color information

#48A237 (or 0x48A237) is unknown color: approx La Palma. HEX triplet: 48, A2 and 37. RGB value is (72,162,55). Sum of RGB (Red+Green+Blue) = 72+162+55=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #48A237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A237 is #B75DC8. Grayscale: #7B7B7B. Windows color (decimal): -12017097 or 3646024. OLE color: 3646024.

HSL color Cylindrical-coordinate representation of color #48A237: hue angle of 110.47º degrees, saturation: 0.49, 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 #48A237 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB7216255-
CMYK0.5600.660.36
HSL110.47º49.31%42.55%-
HSV(B)110.47º66.05%63.53%-
XYZ16.2827.498.06-
YUV122.8989.6891.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=24.91%
G=56.06%
B=19.03%

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
Decimal72162550.5600.660.36110.4749.3142.55
Hex48A23738042246e312b
Octal11024267700102441566153
Binary100100010100010110111111000010000101001001101110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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