#499316

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

Shades of La Palma #499316

Tints of La Palma #499316

Color information

#499316 (or 0x499316) is unknown color: approx La Palma. HEX triplet: 49, 93 and 16. RGB value is (73,147,22). Sum of RGB (Red+Green+Blue) = 73+147+22=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #499316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499316 is #B66CE9. Grayscale: #6F6F6F. Windows color (decimal): -11955434 or 1479497. OLE color: 1479497.

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

Color convert

RGB7314722-
CMYK0.5000.850.42
HSL95.52º73.96%33.14%-
HSV(B)95.52º85.03%57.65%-
XYZ13.3322.344.37-
YUV110.6277.98101.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 147 (57.81% from 255) = 60.74%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=30.17%
G=60.74%
B=9.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147220.5000.850.4295.5273.9633.14
Hex499316320552A604a21
Octal111223266201255214011241
Binary100100110010011101101100100101010110101011000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499316; }

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

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

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

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

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

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

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

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