#49882B

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

Shades of La Palma #49882B

Tints of La Palma #49882B

Color information

#49882B (or 0x49882B) is unknown color: approx La Palma. HEX triplet: 49, 88 and 2B. RGB value is (73,136,43). Sum of RGB (Red+Green+Blue) = 73+136+43=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #49882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49882B is #B677D4. Grayscale: #6A6A6A. Windows color (decimal): -11958229 or 2852937. OLE color: 2852937.

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

Color convert

RGB7313643-
CMYK0.4600.680.47
HSL100.65º51.96%35.1%-
HSV(B)100.65º68.38%53.33%-
XYZ11.9919.25.36-
YUV106.5692.13104.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=28.97%
G=53.97%
B=17.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73136430.4600.680.47100.6551.9635.1
Hex49882B2E0442F653423
Octal11121053560104571456443
Binary100100110001000101011101110010001001011111100101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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