#499124

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

Shades of La Palma #499124

Tints of La Palma #499124

Color information

#499124 (or 0x499124) is unknown color: approx La Palma. HEX triplet: 49, 91 and 24. RGB value is (73,145,36). Sum of RGB (Red+Green+Blue) = 73+145+36=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #499124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499124 is #B66EDB. Grayscale: #6F6F6F. Windows color (decimal): -11955932 or 2396489. OLE color: 2396489.

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

Color convert

RGB7314536-
CMYK0.5000.750.43
HSL99.63º60.22%35.49%-
HSV(B)99.63º75.17%56.86%-
XYZ13.1921.795.18-
YUV111.0585.65100.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=28.74%
G=57.09%
B=14.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145360.5000.750.4399.6360.2235.49
Hex4991243204B2B643c23
Octal11122144620113531447443
Binary100100110010001100100110010010010111010111100100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499124; }

 p { color: rgb(73,145,36); }

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

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

 a { background-color: rgb(73,145,36); }

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

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

 span { border-color: rgb(73,145,36); }

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