Html Css Color HEX #499755 Fruit Salad

📋 copy color: '#499755'

red 73 ◦ green 151 ◦ blue 85

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

Shades of Fruit Salad #499755

Tints of Fruit Salad #499755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.87%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 23.62%
G = 48.87%
B = 27.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#499755 (or 0x499755) is known color: Fruit Salad. HEX triplet: 49, 97 and 55. RGB value is (73,151,85). Sum of RGB (Red+Green+Blue) = 73+151+85=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #499755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499755 is #B668AA. Grayscale: #787878. Windows color (decimal): -11954347 or 5609289. OLE color: 5609289.

HSL color Cylindrical-coordinate representation of color #499755: hue angle of 129.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499755 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 151 85 -
CMYK 0.52 0 0.44 0.41
HSL 129.23º 0.35% 0.44% -
HSV(B) 129.23º 0.52% 0.59% -
XYZ 15.45 24.21 12.45 -
YUV 120.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 73 151 85 0.52 0 0.44 0.41 129.23 0.35 0.44
Hex 49 97 55 34 0 2C 29 81 23 2C
Octal 111 227 125 64 0 54 51 201 43 54
Binary 1001001 10010111 1010101 110100 0 101100 101001 10000001 100011 101100

Color Harmonies of #499755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499755

Black with #499755

Text Example


Text Example

White with #499755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499755; }

 p { color: rgb(73,151,85); }

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

background-color css

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

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

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

border-color css

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

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

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