Html Css Color HEX #499404 Limeade

📋 copy color: '#499404'

red 73 ◦ green 148 ◦ blue 4

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

Shades of Limeade #499404

Tints of Limeade #499404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 32.44%
G = 65.78%
B = 1.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#499404 (or 0x499404) is known color: Limeade. HEX triplet: 49, 94 and 04. RGB value is (73,148,4). Sum of RGB (Red+Green+Blue) = 73+148+4=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #499404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499404 is #B66BFB. Grayscale: #6D6D6D. Windows color (decimal): -11955196 or 300105. OLE color: 300105.

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

Color convert

RGB 73 148 4 -
CMYK 0.51 0 0.97 0.42
HSL 91.25º 0.95% 0.3% -
HSV(B) 91.25º 0.97% 0.58% -
XYZ 13.36 22.61 3.77 -
YUV 109.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 73 148 4 0.51 0 0.97 0.42 91.25 0.95 0.3
Hex 49 94 4 33 0 61 2A 5B 5F 1E
Octal 111 224 4 63 0 141 52 133 137 36
Binary 1001001 10010100 100 110011 0 1100001 101010 1011011 1011111 11110

Color Harmonies of #499404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499404

Black with #499404

Text Example


Text Example

White with #499404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499404; }

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

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

background-color css

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

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

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

border-color css

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

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

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