Html Css Color HEX #499304 Limeade

📋 copy color: '#499304'

red 73 ◦ green 147 ◦ blue 4

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

Shades of Limeade #499304

Tints of Limeade #499304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.63%

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

R = 32.59%
G = 65.63%
B = 1.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#499304 (or 0x499304) is known color: Limeade. HEX triplet: 49, 93 and 04. RGB value is (73,147,4). Sum of RGB (Red+Green+Blue) = 73+147+4=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #499304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499304 is #B66CFB. Grayscale: #6D6D6D. Windows color (decimal): -11955452 or 299849. OLE color: 299849.

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

Color convert

RGB 73 147 4 -
CMYK 0.50 0 0.97 0.42
HSL 91.05º 0.95% 0.3% -
HSV(B) 91.05º 0.97% 0.58% -
XYZ 13.2 22.29 3.72 -
YUV 108.57 68.98 102.63 -
System Red Green Blue C M Y K H S L
Decimal 73 147 4 0.50 0 0.97 0.42 91.05 0.95 0.3
Hex 49 93 4 32 0 61 2A 5B 5F 1E
Octal 111 223 4 62 0 141 52 133 137 36
Binary 1001001 10010011 100 110010 0 1100001 101010 1011011 1011111 11110

Color Harmonies of #499304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499304

Black with #499304

Text Example


Text Example

White with #499304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499304; }

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

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

background-color css

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

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

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

border-color css

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

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

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