#49963B

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

Shades of La Palma #49963B

Tints of La Palma #49963B

Color information

#49963B (or 0x49963B) is unknown color: approx La Palma. HEX triplet: 49, 96 and 3B. RGB value is (73,150,59). Sum of RGB (Red+Green+Blue) = 73+150+59=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #49963B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49963B is #B669C4. Grayscale: #747474. Windows color (decimal): -11954629 or 3905097. OLE color: 3905097.

HSL color Cylindrical-coordinate representation of color #49963B: hue angle of 110.77º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49963B is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB7315059-
CMYK0.5100.610.41
HSL110.77º43.54%40.98%-
HSV(B)110.77º60.67%58.82%-
XYZ14.4423.547.92-
YUV116.695.4996.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.89%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=25.89%
G=53.19%
B=20.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150590.5100.610.41110.7743.5440.98
Hex49963B3303D296f2c29
Octal1112267363075511575451
Binary10010011001011011101111001101111011010011101111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49963B; }

 p { color: rgb(73,150,59); }

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

<style>
 a { background-color: #49963B; }

 a { background-color: rgb(73,150,59); }

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

<style>
 span { border-color: #49963B; }

 span { border-color: rgb(73,150,59); }

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