#499A13

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

Shades of La Palma #499A13

Tints of La Palma #499A13

Color information

#499A13 (or 0x499A13) is unknown color: approx La Palma. HEX triplet: 49, 9A and 13. RGB value is (73,154,19). Sum of RGB (Red+Green+Blue) = 73+154+19=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 154 (60.55% from 255 or 62.60% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 154 - color contains mainly: green. Hex color #499A13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499A13 is #B665EC. Grayscale: #727272. Windows color (decimal): -11953645 or 1284681. OLE color: 1284681.

HSL color Cylindrical-coordinate representation of color #499A13: hue angle of 96º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #499A13 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB7315419-
CMYK0.5300.880.40
HSL96º78.03%33.92%-
HSV(B)96º87.66%60.39%-
XYZ14.4224.574.6-
YUV114.3974.1698.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 154 (60.55% from 255) = 62.60%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=29.67%
G=62.60%
B=7.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154190.5300.880.409678.0333.92
Hex499A133505828604e22
Octal111232236501305014011642
Binary100100110011010100111101010101100010100011000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499A13; }

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

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

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

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

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

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

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

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