#49900E

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

Shades of La Palma #49900E

Tints of La Palma #49900E

Color information

#49900E (or 0x49900E) is unknown color: approx La Palma. HEX triplet: 49, 90 and 0E. RGB value is (73,144,14). Sum of RGB (Red+Green+Blue) = 73+144+14=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #49900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49900E is #B66FF1. Grayscale: #6C6C6C. Windows color (decimal): -11956210 or 954441. OLE color: 954441.

HSL color Cylindrical-coordinate representation of color #49900E: hue angle of 92.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49900E is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB7314414-
CMYK0.4900.900.44
HSL92.77º82.28%30.98%-
HSV(B)92.77º90.28%56.47%-
XYZ12.821.393.87-
YUV107.9574.98103.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 144 (56.64% from 255) = 62.34%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=31.60%
G=62.34%
B=6.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144140.4900.900.4492.7782.2830.98
Hex4990E3105A2C5d521f
Octal111220166101325413512237
Binary1001001100100001110110001010110101011001011101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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