Html Css Color HEX #499D50 Fruit Salad

📋 copy color: '#499D50'

red 73 ◦ green 157 ◦ blue 80

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

Shades of Fruit Salad #499D50

Tints of Fruit Salad #499D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.65%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 23.55%
G = 50.65%
B = 25.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#499D50 (or 0x499D50) is known color: Fruit Salad. HEX triplet: 49, 9D and 50. RGB value is (73,157,80). Sum of RGB (Red+Green+Blue) = 73+157+80=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #499D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D50 is #B662AF. Grayscale: #7B7B7B. Windows color (decimal): -11952816 or 5283145. OLE color: 5283145.

HSL color Cylindrical-coordinate representation of color #499D50: hue angle of 125º 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 #499D50 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 80 -
CMYK 0.54 0 0.49 0.38
HSL 125º 0.37% 0.45% -
HSV(B) 125º 0.54% 0.62% -
XYZ 16.25 26.11 11.77 -
YUV 123.11 103.67 92.26 -
System Red Green Blue C M Y K H S L
Decimal 73 157 80 0.54 0 0.49 0.38 125 0.37 0.45
Hex 49 9D 50 36 0 31 26 7D 25 2D
Octal 111 235 120 66 0 61 46 175 45 55
Binary 1001001 10011101 1010000 110110 0 110001 100110 1111101 100101 101101

Color Harmonies of #499D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D50

Black with #499D50

Text Example


Text Example

White with #499D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,80); }

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

background-color css

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

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

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

border-color css

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

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

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