#499B2E

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

Shades of La Palma #499B2E

Tints of La Palma #499B2E

Color information

#499B2E (or 0x499B2E) is unknown color: approx La Palma. HEX triplet: 49, 9B and 2E. RGB value is (73,155,46). Sum of RGB (Red+Green+Blue) = 73+155+46=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #499B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B2E is #B664D1. Grayscale: #767676. Windows color (decimal): -11953362 or 3054409. OLE color: 3054409.

HSL color Cylindrical-coordinate representation of color #499B2E: hue angle of 105.14º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499B2E is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB7315546-
CMYK0.5300.700.39
HSL105.14º54.23%39.41%-
HSV(B)105.14º70.32%60.78%-
XYZ14.9625.066.63-
YUV118.0687.3395.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 155 (60.94% from 255) = 56.57%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=26.64%
G=56.57%
B=16.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73155460.5300.700.39105.1454.2339.41
Hex499B2E3504627693627
Octal11123356650106471516647
Binary100100110011011101110110101010001101001111101001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499B2E; }

 p { color: rgb(73,155,46); }

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

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

 a { background-color: rgb(73,155,46); }

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

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

 span { border-color: rgb(73,155,46); }

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