#49A12D

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

Shades of La Palma #49A12D

Tints of La Palma #49A12D

Color information

#49A12D (or 0x49A12D) is unknown color: approx La Palma. HEX triplet: 49, A1 and 2D. RGB value is (73,161,45). Sum of RGB (Red+Green+Blue) = 73+161+45=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #49A12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A12D is #B65ED2. Grayscale: #797979. Windows color (decimal): -11951827 or 2990409. OLE color: 2990409.

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

Color convert

RGB7316145-
CMYK0.5500.720.37
HSL105.52º56.31%40.39%-
HSV(B)105.52º72.05%63.14%-
XYZ15.9727.16.87-
YUV121.4684.8593.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 161 (63.28% from 255) = 57.71%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=26.16%
G=57.71%
B=16.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73161450.5500.720.37105.5256.3140.39
Hex49A12D37048256a3828
Octal11124155670110451527050
Binary100100110100001101101110111010010001001011101010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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