#48A536

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

Shades of La Palma #48A536

Tints of La Palma #48A536

Color information

#48A536 (or 0x48A536) is unknown color: approx La Palma. HEX triplet: 48, A5 and 36. RGB value is (72,165,54). Sum of RGB (Red+Green+Blue) = 72+165+54=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #48A536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A536 is #B75AC9. Grayscale: #7C7C7C. Windows color (decimal): -12016330 or 3581256. OLE color: 3581256.

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

Color convert

RGB7216554-
CMYK0.5600.670.35
HSL110.27º50.68%42.94%-
HSV(B)110.27º67.27%64.71%-
XYZ16.7928.558.12-
YUV124.5488.1990.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=24.74%
G=56.70%
B=18.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165540.5600.670.35110.2750.6842.94
Hex48A53638043236e332b
Octal11024566700103431566353
Binary100100010100101110110111000010000111000111101110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,54); }

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

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

 a { background-color: rgb(72,165,54); }

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

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

 span { border-color: rgb(72,165,54); }

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