Html Css Color HEX #499E49 Fruit Salad

📋 copy color: '#499E49'

red 73 ◦ green 158 ◦ blue 73

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

Shades of Fruit Salad #499E49

Tints of Fruit Salad #499E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.97%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 24.01%
G = 51.97%
B = 24.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#499E49 (or 0x499E49) is known color: Fruit Salad. HEX triplet: 49, 9E and 49. RGB value is (73,158,73). Sum of RGB (Red+Green+Blue) = 73+158+73=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #499E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499E49 is #B661B6. Grayscale: #7B7B7B. Windows color (decimal): -11952567 or 4824649. OLE color: 4824649.

HSL color Cylindrical-coordinate representation of color #499E49: hue angle of 120º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E49 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 158 73 -
CMYK 0.54 0 0.54 0.38
HSL 120º 0.37% 0.45% -
HSV(B) 120º 0.54% 0.62% -
XYZ 16.18 26.35 10.54 -
YUV 122.9 99.84 92.41 -
System Red Green Blue C M Y K H S L
Decimal 73 158 73 0.54 0 0.54 0.38 120 0.37 0.45
Hex 49 9E 49 36 0 36 26 78 25 2D
Octal 111 236 111 66 0 66 46 170 45 55
Binary 1001001 10011110 1001001 110110 0 110110 100110 1111000 100101 101101

Color Harmonies of #499E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E49

Black with #499E49

Text Example


Text Example

White with #499E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499E49; }

 p { color: rgb(73,158,73); }

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

background-color css

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

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

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

border-color css

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

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

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