Html Css Color HEX #499350 Fruit Salad

📋 copy color: '#499350'

red 73 ◦ green 147 ◦ blue 80

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

Shades of Fruit Salad #499350

Tints of Fruit Salad #499350

RGB

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

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

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

R = 24.33%
G = 49%
B = 26.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#499350 (or 0x499350) is known color: Fruit Salad. HEX triplet: 49, 93 and 50. RGB value is (73,147,80). Sum of RGB (Red+Green+Blue) = 73+147+80=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #499350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499350 is #B66CAF. Grayscale: #757575. Windows color (decimal): -11955376 or 5280585. OLE color: 5280585.

HSL color Cylindrical-coordinate representation of color #499350: hue angle of 125.68º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499350 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 80 -
CMYK 0.50 0 0.46 0.42
HSL 125.68º 0.34% 0.43% -
HSV(B) 125.68º 0.5% 0.58% -
XYZ 14.63 22.86 11.23 -
YUV 117.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 73 147 80 0.50 0 0.46 0.42 125.68 0.34 0.43
Hex 49 93 50 32 0 2E 2A 7E 22 2B
Octal 111 223 120 62 0 56 52 176 42 53
Binary 1001001 10010011 1010000 110010 0 101110 101010 1111110 100010 101011

Color Harmonies of #499350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499350

Black with #499350

Text Example


Text Example

White with #499350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499350; }

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

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

background-color css

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

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

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

border-color css

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

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

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