#499529

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

Shades of La Palma #499529

Tints of La Palma #499529

Color information

#499529 (or 0x499529) is unknown color: approx La Palma. HEX triplet: 49, 95 and 29. RGB value is (73,149,41). Sum of RGB (Red+Green+Blue) = 73+149+41=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #499529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499529 is #B66AD6. Grayscale: #727272. Windows color (decimal): -11954903 or 2725193. OLE color: 2725193.

HSL color Cylindrical-coordinate representation of color #499529: hue angle of 102.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #499529 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB7314941-
CMYK0.5100.720.42
HSL102.22º56.84%37.25%-
HSV(B)102.22º72.48%58.43%-
XYZ13.923.075.82-
YUV113.9686.8298.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=27.76%
G=56.65%
B=15.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149410.5100.720.42102.2256.8437.25
Hex499529330482A663925
Octal11122551630110521467145
Binary100100110010101101001110011010010001010101100110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499529; }

 p { color: rgb(73,149,41); }

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

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

 a { background-color: rgb(73,149,41); }

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

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

 span { border-color: rgb(73,149,41); }

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