#489920

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

Shades of La Palma #489920

Tints of La Palma #489920

Color information

#489920 (or 0x489920) is unknown color: approx La Palma. HEX triplet: 48, 99 and 20. RGB value is (72,153,32). Sum of RGB (Red+Green+Blue) = 72+153+32=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #489920 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489920 is #B766DF. Grayscale: #737373. Windows color (decimal): -12019424 or 2136392. OLE color: 2136392.

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

Color convert

RGB7215332-
CMYK0.5300.790.4
HSL100.17º65.41%36.27%-
HSV(B)100.17º79.08%60%-
XYZ14.3224.265.3-
YUV114.9981.1697.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 153 (60.16% from 255) = 59.53%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=28.02%
G=59.53%
B=12.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal72153320.5300.790.4100.1765.4136.27
Hex4899203504F28644124
Octal110231406501175014410144
Binary1001000100110011000001101010100111110100011001001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489920; }

 p { color: rgb(72,153,32); }

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

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

 a { background-color: rgb(72,153,32); }

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

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

 span { border-color: rgb(72,153,32); }

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