#49890F

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

Shades of La Palma #49890F

Tints of La Palma #49890F

Color information

#49890F (or 0x49890F) is unknown color: approx La Palma. HEX triplet: 49, 89 and 0F. RGB value is (73,137,15). Sum of RGB (Red+Green+Blue) = 73+137+15=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #49890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49890F is #B676F0. Grayscale: #686868. Windows color (decimal): -11958001 or 1018185. OLE color: 1018185.

HSL color Cylindrical-coordinate representation of color #49890F: hue angle of 91.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49890F is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB7313715-
CMYK0.4700.890.46
HSL91.48º80.26%29.8%-
HSV(B)91.48º89.05%53.73%-
XYZ11.7819.343.56-
YUV103.9677.8105.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 137 (53.91% from 255) = 60.89%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=32.44%
G=60.89%
B=6.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137150.4700.890.4691.4880.2629.8
Hex4989F2F0592E5b501e
Octal111211175701315613312036
Binary1001001100010011111101111010110011011101011011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,137,15); }

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

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

 a { background-color: rgb(73,137,15); }

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

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

 span { border-color: rgb(73,137,15); }

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