#499338

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

Shades of La Palma #499338

Tints of La Palma #499338

Color information

#499338 (or 0x499338) is unknown color: approx La Palma. HEX triplet: 49, 93 and 38. RGB value is (73,147,56). Sum of RGB (Red+Green+Blue) = 73+147+56=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #499338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499338 is #B66CC7. Grayscale: #727272. Windows color (decimal): -11955400 or 3707721. OLE color: 3707721.

HSL color Cylindrical-coordinate representation of color #499338: hue angle of 108.79º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499338 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB7314756-
CMYK0.5000.620.42
HSL108.79º44.83%39.8%-
HSV(B)108.79º61.9%57.65%-
XYZ13.922.577.37-
YUV114.594.9898.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.45%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=26.45%
G=53.26%
B=20.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147560.5000.620.42108.7944.8339.8
Hex4993383203E2A6d2d28
Octal1112237062076521555550
Binary10010011001001111100011001001111101010101101101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499338; }

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

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

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

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

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

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

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

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