#488D24

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

Shades of La Palma #488D24

Tints of La Palma #488D24

Color information

#488D24 (or 0x488D24) is unknown color: approx La Palma. HEX triplet: 48, 8D and 24. RGB value is (72,141,36). Sum of RGB (Red+Green+Blue) = 72+141+36=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #488D24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D24 is #B772DB. Grayscale: #6C6C6C. Windows color (decimal): -12022492 or 2395464. OLE color: 2395464.

HSL color Cylindrical-coordinate representation of color #488D24: hue angle of 99.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #488D24 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB7214136-
CMYK0.4900.740.45
HSL99.43º59.32%34.71%-
HSV(B)99.43º74.47%55.29%-
XYZ12.5220.554.98-
YUV108.487.14102.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=28.92%
G=56.63%
B=14.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141360.4900.740.4599.4359.3234.71
Hex488D243104A2D633b23
Octal11021544610112551437343
Binary100100010001101100100110001010010101011011100011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D24; }

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

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

<style>
 a { background-color: #488D24; }

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

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

<style>
 span { border-color: #488D24; }

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

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