#49912C

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

Shades of La Palma #49912C

Tints of La Palma #49912C

Color information

#49912C (or 0x49912C) is unknown color: approx La Palma. HEX triplet: 49, 91 and 2C. RGB value is (73,145,44). Sum of RGB (Red+Green+Blue) = 73+145+44=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #49912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912C is #B66ED3. Grayscale: #707070. Windows color (decimal): -11955924 or 2920777. OLE color: 2920777.

HSL color Cylindrical-coordinate representation of color #49912C: hue angle of 102.77º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49912C is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB7314544-
CMYK0.5000.700.43
HSL102.77º53.44%37.06%-
HSV(B)102.77º69.66%56.86%-
XYZ13.3321.855.9-
YUV111.9689.65100.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 145 (57.03% from 255) = 55.34%
BLUE value IS 44 (17.58% from 255) = 16.79%
R=27.86%
G=55.34%
B=16.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145440.5000.700.43102.7753.4437.06
Hex49912C320462B673525
Octal11122154620106531476545
Binary100100110010001101100110010010001101010111100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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