#49871F

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

Shades of La Palma #49871F

Tints of La Palma #49871F

Color information

#49871F (or 0x49871F) is unknown color: approx La Palma. HEX triplet: 49, 87 and 1F. RGB value is (73,135,31). Sum of RGB (Red+Green+Blue) = 73+135+31=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #49871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49871F is #B678E0. Grayscale: #686868. Windows color (decimal): -11958497 or 2066249. OLE color: 2066249.

HSL color Cylindrical-coordinate representation of color #49871F: hue angle of 95.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49871F is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB7313531-
CMYK0.4600.770.47
HSL95.77º62.65%32.55%-
HSV(B)95.77º77.04%52.94%-
XYZ11.6618.844.32-
YUV104.6186.46105.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=30.54%
G=56.49%
B=12.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73135310.4600.770.4795.7762.6532.55
Hex49871F2E04D2F603f21
Octal11120737560115571407741
Binary10010011000011111111101110010011011011111100000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49871F; }

 p { color: rgb(73,135,31); }

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

<style>
 a { background-color: #49871F; }

 a { background-color: rgb(73,135,31); }

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

<style>
 span { border-color: #49871F; }

 span { border-color: rgb(73,135,31); }

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