#49882A

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

Shades of La Palma #49882A

Tints of La Palma #49882A

Color information

#49882A (or 0x49882A) is unknown color: approx La Palma. HEX triplet: 49, 88 and 2A. RGB value is (73,136,42). Sum of RGB (Red+Green+Blue) = 73+136+42=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #49882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49882A is #B677D5. Grayscale: #6A6A6A. Windows color (decimal): -11958230 or 2787401. OLE color: 2787401.

HSL color Cylindrical-coordinate representation of color #49882A: hue angle of 100.21º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49882A is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB7313642-
CMYK0.4600.690.47
HSL100.21º52.81%34.9%-
HSV(B)100.21º69.12%53.33%-
XYZ11.9719.195.26-
YUV106.4591.63104.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=29.08%
G=54.18%
B=16.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73136420.4600.690.47100.2152.8134.9
Hex49882A2E0452F643523
Octal11121052560105571446543
Binary100100110001000101010101110010001011011111100100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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