#49a32d

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

Shades of La Palma #49A32D

Tints of La Palma #49A32D

Color information

#49A32D (or 0x49A32D) is unknown color: approx La Palma. HEX triplet: 49, A3 and 2D. RGB value is (73,163,45). Sum of RGB (Red+Green+Blue) = 73+163+45=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #49A32D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A32D is #B65CD2. Grayscale: #7B7B7B. Windows color (decimal): -11951315 or 2990921. OLE color: 2990921.

HSL color Cylindrical-coordinate representation of color #49A32D: hue angle of 105.76º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49A32D is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB7316345-
CMYK0.5500.720.36
HSL105.76º56.73%40.78%-
HSV(B)105.76º72.39%63.92%-
XYZ16.3227.86.99-
YUV122.6484.1892.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 163 (64.06% from 255) = 58.01%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=25.98%
G=58.01%
B=16.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73163450.5500.720.36105.7656.7340.78
Hex49A32D37048246a3929
Octal11124355670110441527151
Binary100100110100011101101110111010010001001001101010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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