#499D1E

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

Shades of La Palma #499D1E

Tints of La Palma #499D1E

Color information

#499D1E (or 0x499D1E) is unknown color: approx La Palma. HEX triplet: 49, 9D and 1E. RGB value is (73,157,30). Sum of RGB (Red+Green+Blue) = 73+157+30=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 157 (61.72% from 255 or 60.38% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 157 - color contains mainly: green. Hex color #499D1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D1E is #B662E1. Grayscale: #757575. Windows color (decimal): -11952866 or 2006345. OLE color: 2006345.

HSL color Cylindrical-coordinate representation of color #499D1E: hue angle of 99.69º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #499D1E is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB7315730-
CMYK0.5400.810.38
HSL99.69º67.91%36.67%-
HSV(B)99.69º80.89%61.57%-
XYZ15.0425.625.38-
YUV117.4178.6796.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 157 (61.72% from 255) = 60.38%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=28.08%
G=60.38%
B=11.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73157300.5400.810.3899.6967.9136.67
Hex499D1E3605126644425
Octal111235366601214614410445
Binary100100110011101111101101100101000110011011001001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,30); }

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

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

 a { background-color: rgb(73,157,30); }

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

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

 span { border-color: rgb(73,157,30); }

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