#49912B

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

Shades of La Palma #49912B

Tints of La Palma #49912B

Color information

#49912B (or 0x49912B) is unknown color: approx La Palma. HEX triplet: 49, 91 and 2B. RGB value is (73,145,43). Sum of RGB (Red+Green+Blue) = 73+145+43=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #49912B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912B is #B66ED4. Grayscale: #707070. Windows color (decimal): -11955925 or 2855241. OLE color: 2855241.

HSL color Cylindrical-coordinate representation of color #49912B: hue angle of 102.35º degrees, saturation: 0.54, 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 #49912B is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB7314543-
CMYK0.5000.700.43
HSL102.35º54.26%36.86%-
HSV(B)102.35º70.34%56.86%-
XYZ13.3121.845.8-
YUV111.8489.15100.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=27.97%
G=55.56%
B=16.48%

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
Decimal73145430.5000.700.43102.3554.2636.86
Hex49912B320462B663625
Octal11122153620106531466645
Binary100100110010001101011110010010001101010111100110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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