#488424

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

Shades of La Palma #488424

Tints of La Palma #488424

Color information

#488424 (or 0x488424) is unknown color: approx La Palma. HEX triplet: 48, 84 and 24. RGB value is (72,132,36). Sum of RGB (Red+Green+Blue) = 72+132+36=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #488424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488424 is #B77BDB. Grayscale: #676767. Windows color (decimal): -12024796 or 2393160. OLE color: 2393160.

HSL color Cylindrical-coordinate representation of color #488424: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #488424 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB7213236-
CMYK0.4500.730.48
HSL97.5º57.14%32.94%-
HSV(B)97.5º72.73%51.76%-
XYZ11.2418.014.55-
YUV103.1290.12105.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 36 (14.45% from 255) = 15%
R=30%
G=55%
B=15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132360.4500.730.4897.557.1432.94
Hex4884242D04930623921
Octal11020444550111601427141
Binary100100010000100100100101101010010011100001100010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488424; }

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

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

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

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

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

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

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

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