#489114

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

Shades of La Palma #489114

Tints of La Palma #489114

Color information

#489114 (or 0x489114) is unknown color: approx La Palma. HEX triplet: 48, 91 and 14. RGB value is (72,145,20). Sum of RGB (Red+Green+Blue) = 72+145+20=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #489114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489114 is #B76EEB. Grayscale: #6D6D6D. Windows color (decimal): -12021484 or 1347912. OLE color: 1347912.

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

Color convert

RGB7214520-
CMYK0.5000.860.43
HSL95.04º75.76%32.35%-
HSV(B)95.04º86.21%56.86%-
XYZ12.9221.684.17-
YUV108.9277.82101.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 145 (57.03% from 255) = 61.18%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=30.38%
G=61.18%
B=8.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145200.5000.860.4395.0475.7632.35
Hex489114320562B5f4c20
Octal110221246201265313711440
Binary100100010010001101001100100101011010101110111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489114; }

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

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

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

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

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

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

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

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