#499326

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

Shades of La Palma #499326

Tints of La Palma #499326

Color information

#499326 (or 0x499326) is unknown color: approx La Palma. HEX triplet: 49, 93 and 26. RGB value is (73,147,38). Sum of RGB (Red+Green+Blue) = 73+147+38=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #499326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499326 is #B66CD9. Grayscale: #707070. Windows color (decimal): -11955418 or 2528073. OLE color: 2528073.

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

Color convert

RGB7314738-
CMYK0.5000.740.42
HSL100.73º58.92%36.27%-
HSV(B)100.73º74.15%57.65%-
XYZ13.5322.425.45-
YUV112.4585.9899.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 147 (57.81% from 255) = 56.98%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=28.29%
G=56.98%
B=14.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147380.5000.740.42100.7358.9236.27
Hex4993263204A2A653b24
Octal11122346620112521457344
Binary100100110010011100110110010010010101010101100101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499326; }

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

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

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

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

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

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

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

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