#499F2D

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

Shades of La Palma #499F2D

Tints of La Palma #499F2D

Color information

#499F2D (or 0x499F2D) is unknown color: approx La Palma. HEX triplet: 49, 9F and 2D. RGB value is (73,159,45). Sum of RGB (Red+Green+Blue) = 73+159+45=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #499F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499F2D is #B660D2. Grayscale: #787878. Windows color (decimal): -11952339 or 2989897. OLE color: 2989897.

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

Color convert

RGB7315945-
CMYK0.5400.720.38
HSL105.26º55.88%40%-
HSV(B)105.26º71.7%62.35%-
XYZ15.6226.46.76-
YUV120.2985.5194.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=26.35%
G=57.40%
B=16.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73159450.5400.720.38105.2655.8840
Hex499F2D3604826693828
Octal11123755660110461517050
Binary100100110011111101101110110010010001001101101001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,159,45); }

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

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

 a { background-color: rgb(73,159,45); }

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

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

 span { border-color: rgb(73,159,45); }

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