#49832D

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

Shades of La Palma #49832D

Tints of La Palma #49832D

Color information

#49832D (or 0x49832D) is unknown color: approx La Palma. HEX triplet: 49, 83 and 2D. RGB value is (73,131,45). Sum of RGB (Red+Green+Blue) = 73+131+45=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #49832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49832D is #B67CD2. Grayscale: #686868. Windows color (decimal): -11959507 or 2982729. OLE color: 2982729.

HSL color Cylindrical-coordinate representation of color #49832D: hue angle of 100.47º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49832D is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB7313145-
CMYK0.4400.660.49
HSL100.47º48.86%34.51%-
HSV(B)100.47º65.65%51.37%-
XYZ11.3417.845.33-
YUV103.8594.78105.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=29.32%
G=52.61%
B=18.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73131450.4400.660.49100.4748.8634.51
Hex49832D2C04231643123
Octal11120355540102611446143
Binary100100110000011101101101100010000101100011100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49832D; }

 p { color: rgb(73,131,45); }

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

<style>
 a { background-color: #49832D; }

 a { background-color: rgb(73,131,45); }

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

<style>
 span { border-color: #49832D; }

 span { border-color: rgb(73,131,45); }

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