#499127

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

Shades of La Palma #499127

Tints of La Palma #499127

Color information

#499127 (or 0x499127) is unknown color: approx La Palma. HEX triplet: 49, 91 and 27. RGB value is (73,145,39). Sum of RGB (Red+Green+Blue) = 73+145+39=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #499127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499127 is #B66ED8. Grayscale: #6F6F6F. Windows color (decimal): -11955929 or 2593097. OLE color: 2593097.

HSL color Cylindrical-coordinate representation of color #499127: hue angle of 100.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #499127 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB7314539-
CMYK0.5000.730.43
HSL100.75º57.61%36.08%-
HSV(B)100.75º73.1%56.86%-
XYZ13.2421.815.43-
YUV111.3987.15100.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=28.40%
G=56.42%
B=15.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145390.5000.730.43100.7557.6136.08
Hex499127320492B653a24
Octal11122147620111531457244
Binary100100110010001100111110010010010011010111100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499127; }

 p { color: rgb(73,145,39); }

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

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

 a { background-color: rgb(73,145,39); }

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

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

 span { border-color: rgb(73,145,39); }

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