#49900A

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

Shades of La Palma #49900A

Tints of La Palma #49900A

Color information

#49900A (or 0x49900A) is unknown color: approx La Palma. HEX triplet: 49, 90 and 0A. RGB value is (73,144,10). Sum of RGB (Red+Green+Blue) = 73+144+10=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #49900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49900A is #B66FF5. Grayscale: #6B6B6B. Windows color (decimal): -11956214 or 692297. OLE color: 692297.

HSL color Cylindrical-coordinate representation of color #49900A: hue angle of 91.79º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49900A is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB7314410-
CMYK0.4900.930.44
HSL91.79º87.01%30.2%-
HSV(B)91.79º93.06%56.47%-
XYZ12.7821.383.74-
YUV107.4972.98103.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 144 (56.64% from 255) = 63.44%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=32.16%
G=63.44%
B=4.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144100.4900.930.4491.7987.0130.2
Hex4990A3105D2C5c571e
Octal111220126101355413412736
Binary1001001100100001010110001010111011011001011100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49900A; }

 p { color: rgb(73,144,10); }

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

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

 a { background-color: rgb(73,144,10); }

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

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

 span { border-color: rgb(73,144,10); }

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