#499A34

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

Shades of La Palma #499A34

Tints of La Palma #499A34

Color information

#499A34 (or 0x499A34) is unknown color: approx La Palma. HEX triplet: 49, 9A and 34. RGB value is (73,154,52). Sum of RGB (Red+Green+Blue) = 73+154+52=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #499A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A34 is #B665CB. Grayscale: #767676. Windows color (decimal): -11953612 or 3447369. OLE color: 3447369.

HSL color Cylindrical-coordinate representation of color #499A34: hue angle of 107.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499A34 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB7315452-
CMYK0.5300.660.40
HSL107.65º49.51%40.39%-
HSV(B)107.65º66.23%60.39%-
XYZ14.9224.787.24-
YUV118.1590.6695.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 154 (60.55% from 255) = 55.20%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=26.16%
G=55.20%
B=18.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154520.5300.660.40107.6549.5140.39
Hex499A3435042286c3228
Octal11123264650102501546250
Binary100100110011010110100110101010000101010001101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,154,52); }

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

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

 a { background-color: rgb(73,154,52); }

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

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

 span { border-color: rgb(73,154,52); }

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