#489C14

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

Shades of La Palma #489C14

Tints of La Palma #489C14

Color information

#489C14 (or 0x489C14) is unknown color: approx La Palma. HEX triplet: 48, 9C and 14. RGB value is (72,156,20). Sum of RGB (Red+Green+Blue) = 72+156+20=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #489C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489C14 is #B763EB. Grayscale: #737373. Windows color (decimal): -12018668 or 1350728. OLE color: 1350728.

HSL color Cylindrical-coordinate representation of color #489C14: hue angle of 97.06º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #489C14 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB7215620-
CMYK0.5400.870.39
HSL97.06º77.27%34.51%-
HSV(B)97.06º87.18%61.18%-
XYZ14.6925.214.75-
YUV115.3874.1797.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 156 (61.33% from 255) = 62.90%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=29.03%
G=62.90%
B=8.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72156200.5400.870.3997.0677.2734.51
Hex489C143605727614d23
Octal110234246601274714111543
Binary100100010011100101001101100101011110011111000011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489C14; }

 p { color: rgb(72,156,20); }

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

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

 a { background-color: rgb(72,156,20); }

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

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

 span { border-color: rgb(72,156,20); }

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