#488D31

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

Shades of La Palma #488D31

Tints of La Palma #488D31

Color information

#488D31 (or 0x488D31) is unknown color: approx La Palma. HEX triplet: 48, 8D and 31. RGB value is (72,141,49). Sum of RGB (Red+Green+Blue) = 72+141+49=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #488D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D31 is #B772CE. Grayscale: #6E6E6E. Windows color (decimal): -12022479 or 3247432. OLE color: 3247432.

HSL color Cylindrical-coordinate representation of color #488D31: hue angle of 105º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488D31 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB7214149-
CMYK0.4900.650.45
HSL105º48.42%37.25%-
HSV(B)105º65.25%55.29%-
XYZ12.7520.656.22-
YUV109.8893.64100.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 141 (55.47% from 255) = 53.82%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=27.48%
G=53.82%
B=18.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72141490.4900.650.4510548.4237.25
Hex488D31310412D693025
Octal11021561610101551516045
Binary100100010001101110001110001010000011011011101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488D31; }

 p { color: rgb(72,141,49); }

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

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

 a { background-color: rgb(72,141,49); }

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

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

 span { border-color: rgb(72,141,49); }

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