#499138

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

Shades of La Palma #499138

Tints of La Palma #499138

Color information

#499138 (or 0x499138) is unknown color: approx La Palma. HEX triplet: 49, 91 and 38. RGB value is (73,145,56). Sum of RGB (Red+Green+Blue) = 73+145+56=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #499138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499138 is #B66EC7. Grayscale: #717171. Windows color (decimal): -11955912 or 3707209. OLE color: 3707209.

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

Color convert

RGB7314556-
CMYK0.5000.610.43
HSL108.54º44.28%39.41%-
HSV(B)108.54º61.38%56.86%-
XYZ13.5921.957.26-
YUV113.3395.6599.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=26.64%
G=52.92%
B=20.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145560.5000.610.43108.5444.2839.41
Hex4991383203D2B6d2c27
Octal1112217062075531555447
Binary10010011001000111100011001001111011010111101101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499138; }

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

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

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

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

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

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

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

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