#499814

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

Shades of La Palma #499814

Tints of La Palma #499814

Color information

#499814 (or 0x499814) is unknown color: approx La Palma. HEX triplet: 49, 98 and 14. RGB value is (73,152,20). Sum of RGB (Red+Green+Blue) = 73+152+20=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #499814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499814 is #B667EB. Grayscale: #717171. Windows color (decimal): -11954156 or 1349705. OLE color: 1349705.

HSL color Cylindrical-coordinate representation of color #499814: hue angle of 95.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #499814 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB7315220-
CMYK0.5200.870.40
HSL95.91º76.74%33.73%-
HSV(B)95.91º86.84%59.61%-
XYZ14.123.924.54-
YUV113.3375.3399.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 152 (59.77% from 255) = 62.04%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=29.80%
G=62.04%
B=8.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152200.5200.870.4095.9176.7433.73
Hex4998143405728604d22
Octal111230246401275014011542
Binary100100110011000101001101000101011110100011000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499814; }

 p { color: rgb(73,152,20); }

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

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

 a { background-color: rgb(73,152,20); }

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

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

 span { border-color: rgb(73,152,20); }

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