#499B22

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

Shades of La Palma #499B22

Tints of La Palma #499B22

Color information

#499B22 (or 0x499B22) is unknown color: approx La Palma. HEX triplet: 49, 9B and 22. RGB value is (73,155,34). Sum of RGB (Red+Green+Blue) = 73+155+34=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #499B22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B22 is #B664DD. Grayscale: #757575. Windows color (decimal): -11953374 or 2267977. OLE color: 2267977.

HSL color Cylindrical-coordinate representation of color #499B22: hue angle of 100.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #499B22 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB7315534-
CMYK0.5300.780.39
HSL100.66º64.02%37.06%-
HSV(B)100.66º78.06%60.78%-
XYZ14.7624.975.56-
YUV116.6981.3396.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 155 (60.94% from 255) = 59.16%
BLUE value IS 34 (13.67% from 255) = 12.98%
R=27.86%
G=59.16%
B=12.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73155340.5300.780.39100.6664.0237.06
Hex499B223504E27654025
Octal111233426501164714510045
Binary1001001100110111000101101010100111010011111001011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,155,34); }

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

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

 a { background-color: rgb(73,155,34); }

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

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

 span { border-color: rgb(73,155,34); }

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