#499509

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

Shades of Limeade #499509

Tints of Limeade #499509

Color information

#499509 (or 0x499509) is unknown color: approx Limeade. HEX triplet: 49, 95 and 09. RGB value is (73,149,9). Sum of RGB (Red+Green+Blue) = 73+149+9=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #499509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499509 is #B66AF6. Grayscale: #6E6E6E. Windows color (decimal): -11954935 or 628041. OLE color: 628041.

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

Color convert

RGB731499-
CMYK0.5100.940.42
HSL92.57º88.61%30.98%-
HSV(B)92.57º93.96%58.43%-
XYZ13.5422.933.97-
YUV110.3270.82101.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 149 (58.59% from 255) = 64.50%
BLUE value IS 9 (3.91% from 255) = 3.90%
R=31.60%
G=64.50%
B=3.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7314990.5100.940.4292.5788.6130.98
Hex499593305E2A5d591f
Octal111225116301365213513137
Binary1001001100101011001110011010111101010101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499509; }

 p { color: rgb(73,149,9); }

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

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

 a { background-color: rgb(73,149,9); }

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

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

 span { border-color: rgb(73,149,9); }

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