#499133

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

Shades of La Palma #499133

Tints of La Palma #499133

Color information

#499133 (or 0x499133) is unknown color: approx La Palma. HEX triplet: 49, 91 and 33. RGB value is (73,145,51). Sum of RGB (Red+Green+Blue) = 73+145+51=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #499133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499133 is #B66ECC. Grayscale: #717171. Windows color (decimal): -11955917 or 3379529. OLE color: 3379529.

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

Color convert

RGB7314551-
CMYK0.5000.650.43
HSL105.96º47.96%38.43%-
HSV(B)105.96º64.83%56.86%-
XYZ13.4721.916.65-
YUV112.7693.1599.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 145 (57.03% from 255) = 53.90%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=27.14%
G=53.90%
B=18.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145510.5000.650.43105.9647.9638.43
Hex499133320412B6a3026
Octal11122163620101531526046
Binary100100110010001110011110010010000011010111101010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499133; }

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

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

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

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

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

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

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

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