Html Css Color HEX #499408 Limeade

📋 copy color: '#499408'

red 73 ◦ green 148 ◦ blue 8

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

Shades of Limeade #499408

Tints of Limeade #499408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 31.88%
G = 64.63%
B = 3.49%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#499408 (or 0x499408) is known color: Limeade. HEX triplet: 49, 94 and 08. RGB value is (73,148,8). Sum of RGB (Red+Green+Blue) = 73+148+8=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #499408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499408 is #B66BF7. Grayscale: #6E6E6E. Windows color (decimal): -11955192 or 562249. OLE color: 562249.

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

Color convert

RGB 73 148 8 -
CMYK 0.51 0 0.95 0.42
HSL 92.14º 0.9% 0.31% -
HSV(B) 92.14º 0.95% 0.58% -
XYZ 13.38 22.61 3.89 -
YUV 109.62 70.65 101.88 -
System Red Green Blue C M Y K H S L
Decimal 73 148 8 0.51 0 0.95 0.42 92.14 0.9 0.31
Hex 49 94 8 33 0 5F 2A 5C 5A 1F
Octal 111 224 10 63 0 137 52 134 132 37
Binary 1001001 10010100 1000 110011 0 1011111 101010 1011100 1011010 11111

Color Harmonies of #499408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499408

Black with #499408

Text Example


Text Example

White with #499408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499408; }

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

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

background-color css

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

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

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

border-color css

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

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

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