#499B3A

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

Shades of La Palma #499B3A

Tints of La Palma #499B3A

Color information

#499B3A (or 0x499B3A) is unknown color: approx La Palma. HEX triplet: 49, 9B and 3A. RGB value is (73,155,58). Sum of RGB (Red+Green+Blue) = 73+155+58=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #499B3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B3A is #B664C5. Grayscale: #777777. Windows color (decimal): -11953350 or 3840841. OLE color: 3840841.

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

Color convert

RGB7315558-
CMYK0.5300.630.39
HSL110.72º45.54%41.76%-
HSV(B)110.72º62.58%60.78%-
XYZ15.2325.168.06-
YUV119.4293.3394.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 155 (60.94% from 255) = 54.20%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=25.52%
G=54.20%
B=20.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73155580.5300.630.39110.7245.5441.76
Hex499B3A3503F276f2e2a
Octal1112337265077471575652
Binary10010011001101111101011010101111111001111101111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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