#489531

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

Shades of La Palma #489531

Tints of La Palma #489531

Color information

#489531 (or 0x489531) is unknown color: approx La Palma. HEX triplet: 48, 95 and 31. RGB value is (72,149,49). Sum of RGB (Red+Green+Blue) = 72+149+49=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #489531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489531 is #B76ACE. Grayscale: #727272. Windows color (decimal): -12020431 or 3249480. OLE color: 3249480.

HSL color Cylindrical-coordinate representation of color #489531: hue angle of 106.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489531 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB7214949-
CMYK0.5200.670.42
HSL106.2º50.51%38.82%-
HSV(B)106.2º67.11%58.43%-
XYZ13.9723.096.63-
YUV114.5890.9997.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=26.67%
G=55.19%
B=18.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72149490.5200.670.42106.250.5138.82
Hex489531340432A6a3327
Octal11022561640103521526347
Binary100100010010101110001110100010000111010101101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489531; }

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

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

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

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

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

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

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

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