#489128

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

Shades of La Palma #489128

Tints of La Palma #489128

Color information

#489128 (or 0x489128) is unknown color: approx La Palma. HEX triplet: 48, 91 and 28. RGB value is (72,145,40). Sum of RGB (Red+Green+Blue) = 72+145+40=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #489128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489128 is #B76ED7. Grayscale: #6F6F6F. Windows color (decimal): -12021464 or 2658632. OLE color: 2658632.

HSL color Cylindrical-coordinate representation of color #489128: hue angle of 101.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #489128 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB7214540-
CMYK0.5000.720.43
HSL101.71º56.76%36.27%-
HSV(B)101.71º72.41%56.86%-
XYZ13.1821.785.52-
YUV111.287.82100.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=28.02%
G=56.42%
B=15.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145400.5000.720.43101.7156.7636.27
Hex489128320482B663924
Octal11022150620110531467144
Binary100100010010001101000110010010010001010111100110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489128; }

 p { color: rgb(72,145,40); }

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

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

 a { background-color: rgb(72,145,40); }

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

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

 span { border-color: rgb(72,145,40); }

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