#49A52B

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

Shades of La Palma #49A52B

Tints of La Palma #49A52B

Color information

#49A52B (or 0x49A52B) is unknown color: approx La Palma. HEX triplet: 49, A5 and 2B. RGB value is (73,165,43). Sum of RGB (Red+Green+Blue) = 73+165+43=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #49A52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A52B is #B65AD4. Grayscale: #7B7B7B. Windows color (decimal): -11950805 or 2860361. OLE color: 2860361.

HSL color Cylindrical-coordinate representation of color #49A52B: hue angle of 105.25º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49A52B is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB7316543-
CMYK0.5600.740.35
HSL105.25º58.65%40.78%-
HSV(B)105.25º73.94%64.71%-
XYZ16.6428.56.91-
YUV123.5882.5291.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 43 (17.19% from 255) = 15.30%
R=25.98%
G=58.72%
B=15.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73165430.5600.740.35105.2558.6540.78
Hex49A52B3804A23693b29
Octal11124553700112431517351
Binary100100110100101101011111000010010101000111101001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,43); }

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

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

 a { background-color: rgb(73,165,43); }

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

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

 span { border-color: rgb(73,165,43); }

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