Html Css Color HEX #499353 Fruit Salad

📋 copy color: '#499353'

red 73 ◦ green 147 ◦ blue 83

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

Shades of Fruit Salad #499353

Tints of Fruit Salad #499353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.39%

R = 24.09%
G = 48.51%
B = 27.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#499353 (or 0x499353) is known color: Fruit Salad. HEX triplet: 49, 93 and 53. RGB value is (73,147,83). Sum of RGB (Red+Green+Blue) = 73+147+83=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #499353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499353 is #B66CAC. Grayscale: #757575. Windows color (decimal): -11955373 or 5477193. OLE color: 5477193.

HSL color Cylindrical-coordinate representation of color #499353: hue angle of 128.11º 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 #499353 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 83 -
CMYK 0.50 0 0.44 0.42
HSL 128.11º 0.34% 0.43% -
HSV(B) 128.11º 0.5% 0.58% -
XYZ 14.74 22.91 11.83 -
YUV 117.58 108.48 96.2 -
System Red Green Blue C M Y K H S L
Decimal 73 147 83 0.50 0 0.44 0.42 128.11 0.34 0.43
Hex 49 93 53 32 0 2C 2A 80 22 2B
Octal 111 223 123 62 0 54 52 200 42 53
Binary 1001001 10010011 1010011 110010 0 101100 101010 10000000 100010 101011

Color Harmonies of #499353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499353

Black with #499353

Text Example


Text Example

White with #499353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499353; }

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

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

background-color css

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

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

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

border-color css

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

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

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