#49912F

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

Shades of La Palma #49912F

Tints of La Palma #49912F

Color information

#49912F (or 0x49912F) is unknown color: approx La Palma. HEX triplet: 49, 91 and 2F. RGB value is (73,145,47). Sum of RGB (Red+Green+Blue) = 73+145+47=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #49912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912F is #B66ED0. Grayscale: #707070. Windows color (decimal): -11955921 or 3117385. OLE color: 3117385.

HSL color Cylindrical-coordinate representation of color #49912F: hue angle of 104.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49912F is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB7314547-
CMYK0.5000.680.43
HSL104.08º51.04%37.65%-
HSV(B)104.08º67.59%56.86%-
XYZ13.3921.876.21-
YUV112.391.1599.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=27.55%
G=54.72%
B=17.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145470.5000.680.43104.0851.0437.65
Hex49912F320442B683326
Octal11122157620104531506346
Binary100100110010001101111110010010001001010111101000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49912F; }

 p { color: rgb(73,145,47); }

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

<style>
 a { background-color: #49912F; }

 a { background-color: rgb(73,145,47); }

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

<style>
 span { border-color: #49912F; }

 span { border-color: rgb(73,145,47); }

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