#488527

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

Shades of La Palma #488527

Tints of La Palma #488527

Color information

#488527 (or 0x488527) is unknown color: approx La Palma. HEX triplet: 48, 85 and 27. RGB value is (72,133,39). Sum of RGB (Red+Green+Blue) = 72+133+39=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #488527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488527 is #B77AD8. Grayscale: #686868. Windows color (decimal): -12024537 or 2590024. OLE color: 2590024.

HSL color Cylindrical-coordinate representation of color #488527: hue angle of 98.94º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #488527 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB7213339-
CMYK0.4600.710.48
HSL98.94º54.65%33.73%-
HSV(B)98.94º70.68%52.16%-
XYZ11.4318.34.85-
YUV104.0491.29105.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=29.51%
G=54.51%
B=15.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133390.4600.710.4898.9454.6533.73
Hex4885272E04730633722
Octal11020547560107601436742
Binary100100010000101100111101110010001111100001100011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488527; }

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

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

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

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

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

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

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

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