Html Css Color HEX #499509 Limeade

📋 copy color: '#499509'

red 73 ◦ green 149 ◦ blue 9

#499509
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #499509

Tints of Limeade #499509

RGB

 RED value IS 73 (28.91% from 255) = 31.6%

 GREEN value IS 149 (58.59% from 255) = 64.5%

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 31.6%
G = 64.5%
B = 3.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#499509 (or 0x499509) is known color: 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

RGB 73 149 9 -
CMYK 0.51 0 0.94 0.42
HSL 92.57º 0.89% 0.31% -
HSV(B) 92.57º 0.94% 0.58% -
XYZ 13.54 22.93 3.97 -
YUV 110.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 73 149 9 0.51 0 0.94 0.42 92.57 0.89 0.31
Hex 49 95 9 33 0 5E 2A 5D 59 1F
Octal 111 225 11 63 0 136 52 135 131 37
Binary 1001001 10010101 1001 110011 0 1011110 101010 1011101 1011001 11111

Color Harmonies of #499509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499509

Black with #499509

Text Example


Text Example

White with #499509

Text Example


Text Example

HTML Codes & Css Web 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>