Html Css Color HEX #499204 Limeade

📋 copy color: '#499204'

red 73 ◦ green 146 ◦ blue 4

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

Shades of Limeade #499204

Tints of Limeade #499204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 65.47%

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

R = 32.74%
G = 65.47%
B = 1.79%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#499204 (or 0x499204) is known color: Limeade. HEX triplet: 49, 92 and 04. RGB value is (73,146,4). Sum of RGB (Red+Green+Blue) = 73+146+4=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #499204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499204 is #B66DFB. Grayscale: #6C6C6C. Windows color (decimal): -11955708 or 299593. OLE color: 299593.

HSL color Cylindrical-coordinate representation of color #499204: hue angle of 90.85º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #499204 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 4 -
CMYK 0.5 0 0.97 0.43
HSL 90.85º 0.95% 0.29% -
HSV(B) 90.85º 0.97% 0.57% -
XYZ 13.05 21.98 3.67 -
YUV 107.99 69.32 103.05 -
System Red Green Blue C M Y K H S L
Decimal 73 146 4 0.5 0 0.97 0.43 90.85 0.95 0.29
Hex 49 92 4 32 0 61 2B 5B 5F 1D
Octal 111 222 4 62 0 141 53 133 137 35
Binary 1001001 10010010 100 110010 0 1100001 101011 1011011 1011111 11101

Color Harmonies of #499204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499204

Black with #499204

Text Example


Text Example

White with #499204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499204; }

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

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

background-color css

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

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

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

border-color css

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

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

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