#48A035

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

Shades of La Palma #48A035

Tints of La Palma #48A035

Color information

#48A035 (or 0x48A035) is unknown color: approx La Palma. HEX triplet: 48, A0 and 35. RGB value is (72,160,53). Sum of RGB (Red+Green+Blue) = 72+160+53=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #48A035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A035 is #B75FCA. Grayscale: #797979. Windows color (decimal): -12017611 or 3514440. OLE color: 3514440.

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

Color convert

RGB7216053-
CMYK0.5500.670.37
HSL109.35º50.23%41.76%-
HSV(B)109.35º66.87%62.75%-
XYZ15.8926.787.7-
YUV121.4989.3592.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 160 (62.89% from 255) = 56.14%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=25.26%
G=56.14%
B=18.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72160530.5500.670.37109.3550.2341.76
Hex48A03537043256d322a
Octal11024065670103451556252
Binary100100010100000110101110111010000111001011101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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