#49963D

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

Shades of La Palma #49963D

Tints of La Palma #49963D

Color information

#49963D (or 0x49963D) is unknown color: approx La Palma. HEX triplet: 49, 96 and 3D. RGB value is (73,150,61). Sum of RGB (Red+Green+Blue) = 73+150+61=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #49963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49963D is #B669C2. Grayscale: #757575. Windows color (decimal): -11954627 or 4036169. OLE color: 4036169.

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

Color convert

RGB7315061-
CMYK0.5100.590.41
HSL111.91º42.18%41.37%-
HSV(B)111.91º59.33%58.82%-
XYZ14.523.578.2-
YUV116.8396.4996.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=25.70%
G=52.82%
B=21.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73150610.5100.590.41111.9142.1841.37
Hex49963D3303B29702a29
Octal1112267563073511605251
Binary10010011001011011110111001101110111010011110000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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