#49912A

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

Shades of La Palma #49912A

Tints of La Palma #49912A

Color information

#49912A (or 0x49912A) is unknown color: approx La Palma. HEX triplet: 49, 91 and 2A. RGB value is (73,145,42). Sum of RGB (Red+Green+Blue) = 73+145+42=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #49912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912A is #B66ED5. Grayscale: #707070. Windows color (decimal): -11955926 or 2789705. OLE color: 2789705.

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

Color convert

RGB7314542-
CMYK0.5000.710.43
HSL101.94º55.08%36.67%-
HSV(B)101.94º71.03%56.86%-
XYZ13.2921.835.7-
YUV111.7388.65100.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=28.08%
G=55.77%
B=16.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145420.5000.710.43101.9455.0836.67
Hex49912A320472B663725
Octal11122152620107531466745
Binary100100110010001101010110010010001111010111100110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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