#49A42B

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

Shades of La Palma #49A42B

Tints of La Palma #49A42B

Color information

#49A42B (or 0x49A42B) is unknown color: approx La Palma. HEX triplet: 49, A4 and 2B. RGB value is (73,164,43). Sum of RGB (Red+Green+Blue) = 73+164+43=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 164 (64.45% from 255 or 58.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 164 - color contains mainly: green. Hex color #49A42B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A42B is #B65BD4. Grayscale: #7B7B7B. Windows color (decimal): -11951061 or 2860105. OLE color: 2860105.

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

Color convert

RGB7316443-
CMYK0.5500.740.36
HSL105.12º58.45%40.59%-
HSV(B)105.12º73.78%64.31%-
XYZ16.4628.146.85-
YUV12382.8592.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 164 (64.45% from 255) = 58.57%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=26.07%
G=58.57%
B=15.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164430.5500.740.36105.1258.4540.59
Hex49A42B3704A24693a29
Octal11124453670112441517251
Binary100100110100100101011110111010010101001001101001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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