#48A235

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

Shades of La Palma #48A235

Tints of La Palma #48A235

Color information

#48A235 (or 0x48A235) is unknown color: approx La Palma. HEX triplet: 48, A2 and 35. RGB value is (72,162,53). Sum of RGB (Red+Green+Blue) = 72+162+53=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #48A235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A235 is #B75DCA. Grayscale: #7B7B7B. Windows color (decimal): -12017099 or 3514952. OLE color: 3514952.

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

Color convert

RGB7216253-
CMYK0.5600.670.36
HSL109.54º50.7%42.16%-
HSV(B)109.54º67.28%63.53%-
XYZ16.2427.487.82-
YUV122.6688.6891.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=25.09%
G=56.45%
B=18.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72162530.5600.670.36109.5450.742.16
Hex48A23538043246e332a
Octal11024265700103441566352
Binary100100010100010110101111000010000111001001101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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