#499135

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

Shades of La Palma #499135

Tints of La Palma #499135

Color information

#499135 (or 0x499135) is unknown color: approx La Palma. HEX triplet: 49, 91 and 35. RGB value is (73,145,53). Sum of RGB (Red+Green+Blue) = 73+145+53=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #499135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499135 is #B66ECA. Grayscale: #717171. Windows color (decimal): -11955915 or 3510601. OLE color: 3510601.

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

Color convert

RGB7314553-
CMYK0.5000.630.43
HSL106.96º46.46%38.82%-
HSV(B)106.96º63.45%56.86%-
XYZ13.5221.926.89-
YUV112.9894.1599.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 145 (57.03% from 255) = 53.51%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=26.94%
G=53.51%
B=19.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145530.5000.630.43106.9646.4638.82
Hex4991353203F2B6b2e27
Octal1112216562077531535647
Binary10010011001000111010111001001111111010111101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499135; }

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

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

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

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

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

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

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

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