#488327

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

Shades of La Palma #488327

Tints of La Palma #488327

Color information

#488327 (or 0x488327) is unknown color: approx La Palma. HEX triplet: 48, 83 and 27. RGB value is (72,131,39). Sum of RGB (Red+Green+Blue) = 72+131+39=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #488327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488327 is #B77CD8. Grayscale: #676767. Windows color (decimal): -12025049 or 2589512. OLE color: 2589512.

HSL color Cylindrical-coordinate representation of color #488327: hue angle of 98.48º 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 #488327 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB7213139-
CMYK0.4500.700.49
HSL98.48º54.12%33.33%-
HSV(B)98.48º70.23%51.37%-
XYZ11.1517.764.76-
YUV102.8791.95105.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=29.75%
G=54.13%
B=16.12%

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
Decimal72131390.4500.700.4998.4854.1233.33
Hex4883272D04631623621
Octal11020347550106611426641
Binary100100010000011100111101101010001101100011100010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488327; }

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

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

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

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

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

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

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

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