#499313

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

Shades of La Palma #499313

Tints of La Palma #499313

Color information

#499313 (or 0x499313) is unknown color: approx La Palma. HEX triplet: 49, 93 and 13. RGB value is (73,147,19). Sum of RGB (Red+Green+Blue) = 73+147+19=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #499313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499313 is #B66CEC. Grayscale: #6E6E6E. Windows color (decimal): -11955437 or 1282889. OLE color: 1282889.

HSL color Cylindrical-coordinate representation of color #499313: hue angle of 94.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #499313 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB7314719-
CMYK0.5000.870.42
HSL94.69º77.11%32.55%-
HSV(B)94.69º87.07%57.65%-
XYZ13.322.334.23-
YUV110.2876.48101.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 147 (57.81% from 255) = 61.51%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=30.54%
G=61.51%
B=7.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147190.5000.870.4294.6977.1132.55
Hex499313320572A5f4d21
Octal111223236201275213711541
Binary100100110010011100111100100101011110101010111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499313; }

 p { color: rgb(73,147,19); }

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

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

 a { background-color: rgb(73,147,19); }

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

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

 span { border-color: rgb(73,147,19); }

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