#49A134

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

Shades of La Palma #49A134

Tints of La Palma #49A134

Color information

#49A134 (or 0x49A134) is unknown color: approx La Palma. HEX triplet: 49, A1 and 34. RGB value is (73,161,52). Sum of RGB (Red+Green+Blue) = 73+161+52=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #49A134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A134 is #B65ECB. Grayscale: #7A7A7A. Windows color (decimal): -11951820 or 3449161. OLE color: 3449161.

HSL color Cylindrical-coordinate representation of color #49A134: hue angle of 108.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A134 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB7316152-
CMYK0.5500.680.37
HSL108.44º51.17%41.76%-
HSV(B)108.44º67.7%63.14%-
XYZ16.1127.157.64-
YUV122.2688.3592.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 161 (63.28% from 255) = 56.29%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=25.52%
G=56.29%
B=18.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73161520.5500.680.37108.4451.1741.76
Hex49A13437044256c332a
Octal11124164670104451546352
Binary100100110100001110100110111010001001001011101100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A134; }

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

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

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

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

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

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

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

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