Html Css Color HEX #499C50 Fruit Salad

📋 copy color: '#499C50'

red 73 ◦ green 156 ◦ blue 80

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

Shades of Fruit Salad #499C50

Tints of Fruit Salad #499C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

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

R = 23.62%
G = 50.49%
B = 25.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#499C50 (or 0x499C50) is known color: Fruit Salad. HEX triplet: 49, 9C and 50. RGB value is (73,156,80). Sum of RGB (Red+Green+Blue) = 73+156+80=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #499C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C50 is #B663AF. Grayscale: #7A7A7A. Windows color (decimal): -11953072 or 5282889. OLE color: 5282889.

HSL color Cylindrical-coordinate representation of color #499C50: hue angle of 125.06º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C50 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 80 -
CMYK 0.53 0 0.49 0.39
HSL 125.06º 0.36% 0.45% -
HSV(B) 125.06º 0.53% 0.61% -
XYZ 16.08 25.77 11.72 -
YUV 122.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 73 156 80 0.53 0 0.49 0.39 125.06 0.36 0.45
Hex 49 9C 50 35 0 31 27 7D 24 2D
Octal 111 234 120 65 0 61 47 175 44 55
Binary 1001001 10011100 1010000 110101 0 110001 100111 1111101 100100 101101

Color Harmonies of #499C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C50

Black with #499C50

Text Example


Text Example

White with #499C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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