Html Css Color HEX #499409 Limeade

📋 copy color: '#499409'

red 73 ◦ green 148 ◦ blue 9

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

Shades of Limeade #499409

Tints of Limeade #499409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.35%

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

R = 31.74%
G = 64.35%
B = 3.91%

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

#499409 (or 0x499409) is known color: Limeade. HEX triplet: 49, 94 and 09. RGB value is (73,148,9). Sum of RGB (Red+Green+Blue) = 73+148+9=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 148 (58.20% from 255 or 64.35% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 148 - color contains mainly: green. Hex color #499409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499409 is #B66BF6. Grayscale: #6E6E6E. Windows color (decimal): -11955191 or 627785. OLE color: 627785.

HSL color Cylindrical-coordinate representation of color #499409: hue angle of 92.37º 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 #499409 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 9 -
CMYK 0.51 0 0.94 0.42
HSL 92.37º 0.89% 0.31% -
HSV(B) 92.37º 0.94% 0.58% -
XYZ 13.39 22.62 3.92 -
YUV 109.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 73 148 9 0.51 0 0.94 0.42 92.37 0.89 0.31
Hex 49 94 9 33 0 5E 2A 5C 59 1F
Octal 111 224 11 63 0 136 52 134 131 37
Binary 1001001 10010100 1001 110011 0 1011110 101010 1011100 1011001 11111

Color Harmonies of #499409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499409

Black with #499409

Text Example


Text Example

White with #499409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499409; }

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

 H1.HeaderClassName
 {
   color: #499409;
 }
 .AnyTagClassName
 {
   color: #499409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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