#49913a

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

Shades of La Palma #49913A

Tints of La Palma #49913A

Color information

#49913A (or 0x49913A) is unknown color: approx La Palma. HEX triplet: 49, 91 and 3A. RGB value is (73,145,58). Sum of RGB (Red+Green+Blue) = 73+145+58=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #49913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49913A is #B66EC5. Grayscale: #717171. Windows color (decimal): -11955910 or 3838281. OLE color: 3838281.

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

Color convert

RGB7314558-
CMYK0.5000.60.43
HSL109.66º42.86%39.8%-
HSV(B)109.66º60%56.86%-
XYZ13.6421.977.53-
YUV113.5596.6599.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 145 (57.03% from 255) = 52.54%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=26.45%
G=52.54%
B=21.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145580.5000.60.43109.6642.8639.8
Hex49913A3203C2B6e2b28
Octal1112217262074531565350
Binary10010011001000111101011001001111001010111101110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49913a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49913a; }

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

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

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

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

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

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

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

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