#488831

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

Shades of La Palma #488831

Tints of La Palma #488831

Color information

#488831 (or 0x488831) is unknown color: approx La Palma. HEX triplet: 48, 88 and 31. RGB value is (72,136,49). Sum of RGB (Red+Green+Blue) = 72+136+49=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #488831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488831 is #B777CE. Grayscale: #6B6B6B. Windows color (decimal): -12023759 or 3246152. OLE color: 3246152.

HSL color Cylindrical-coordinate representation of color #488831: hue angle of 104.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #488831 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB7213649-
CMYK0.4700.640.47
HSL104.14º47.03%36.27%-
HSV(B)104.14º63.97%53.33%-
XYZ12.0319.215.98-
YUV106.9595.3103.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 136 (53.52% from 255) = 52.92%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=28.02%
G=52.92%
B=19.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72136490.4700.640.47104.1447.0336.27
Hex4888312F0402F682f24
Octal11021061570100571505744
Binary100100010001000110001101111010000001011111101000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488831; }

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

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

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

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

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

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

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

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