#488227

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

Shades of La Palma #488227

Tints of La Palma #488227

Color information

#488227 (or 0x488227) is unknown color: approx La Palma. HEX triplet: 48, 82 and 27. RGB value is (72,130,39). Sum of RGB (Red+Green+Blue) = 72+130+39=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #488227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488227 is #B77DD8. Grayscale: #666666. Windows color (decimal): -12025305 or 2589256. OLE color: 2589256.

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

Color convert

RGB7213039-
CMYK0.4500.700.49
HSL98.24º53.85%33.14%-
HSV(B)98.24º70%50.98%-
XYZ11.0217.494.71-
YUV102.2892.28106.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=29.88%
G=53.94%
B=16.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130390.4500.700.4998.2453.8533.14
Hex4882272D04631623621
Octal11020247550106611426641
Binary100100010000010100111101101010001101100011100010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488227; }

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

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

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

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

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

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

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

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