#499331

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

Shades of La Palma #499331

Tints of La Palma #499331

Color information

#499331 (or 0x499331) is unknown color: approx La Palma. HEX triplet: 49, 93 and 31. RGB value is (73,147,49). Sum of RGB (Red+Green+Blue) = 73+147+49=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #499331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499331 is #B66CCE. Grayscale: #727272. Windows color (decimal): -11955407 or 3248969. OLE color: 3248969.

HSL color Cylindrical-coordinate representation of color #499331: hue angle of 105.31º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499331 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB7314749-
CMYK0.5000.670.42
HSL105.31º50%38.43%-
HSV(B)105.31º66.67%57.65%-
XYZ13.7422.516.53-
YUV113.791.4898.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=27.14%
G=54.65%
B=18.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147490.5000.670.42105.315038.43
Hex499331320432A693226
Octal11122361620103521516246
Binary100100110010011110001110010010000111010101101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499331; }

 p { color: rgb(73,147,49); }

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

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

 a { background-color: rgb(73,147,49); }

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

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

 span { border-color: rgb(73,147,49); }

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