#488224

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

Shades of La Palma #488224

Tints of La Palma #488224

Color information

#488224 (or 0x488224) is unknown color: approx La Palma. HEX triplet: 48, 82 and 24. RGB value is (72,130,36). Sum of RGB (Red+Green+Blue) = 72+130+36=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #488224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488224 is #B77DDB. Grayscale: #666666. Windows color (decimal): -12025308 or 2392648. OLE color: 2392648.

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

Color convert

RGB7213036-
CMYK0.4500.720.49
HSL97.02º56.63%32.55%-
HSV(B)97.02º72.31%50.98%-
XYZ10.9717.474.46-
YUV101.9490.78106.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=30.25%
G=54.62%
B=15.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130360.4500.720.4997.0256.6332.55
Hex4882242D04831613921
Octal11020244550110611417141
Binary100100010000010100100101101010010001100011100001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488224; }

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

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

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

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

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

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

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

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