#499429

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

Shades of La Palma #499429

Tints of La Palma #499429

Color information

#499429 (or 0x499429) is unknown color: approx La Palma. HEX triplet: 49, 94 and 29. RGB value is (73,148,41). Sum of RGB (Red+Green+Blue) = 73+148+41=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #499429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499429 is #B66BD6. Grayscale: #717171. Windows color (decimal): -11955159 or 2724937. OLE color: 2724937.

HSL color Cylindrical-coordinate representation of color #499429: hue angle of 102.06º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #499429 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB7314841-
CMYK0.5100.720.42
HSL102.06º56.61%37.06%-
HSV(B)102.06º72.3%58.04%-
XYZ13.7422.765.77-
YUV113.3887.1599.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=27.86%
G=56.49%
B=15.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73148410.5100.720.42102.0656.6137.06
Hex499429330482A663925
Octal11122451630110521467145
Binary100100110010100101001110011010010001010101100110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499429; }

 p { color: rgb(73,148,41); }

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

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

 a { background-color: rgb(73,148,41); }

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

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

 span { border-color: rgb(73,148,41); }

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