Html Css Color HEX #499B55 Fruit Salad

📋 copy color: '#499B55'

red 73 ◦ green 155 ◦ blue 85

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

Shades of Fruit Salad #499B55

Tints of Fruit Salad #499B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.52%

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

R = 23.32%
G = 49.52%
B = 27.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#499B55 (or 0x499B55) is known color: Fruit Salad. HEX triplet: 49, 9B and 55. RGB value is (73,155,85). Sum of RGB (Red+Green+Blue) = 73+155+85=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #499B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B55 is #B664AA. Grayscale: #7A7A7A. Windows color (decimal): -11953323 or 5610313. OLE color: 5610313.

HSL color Cylindrical-coordinate representation of color #499B55: hue angle of 128.78º 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 #499B55 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 155 85 -
CMYK 0.53 0 0.45 0.39
HSL 128.78º 0.36% 0.45% -
HSV(B) 128.78º 0.53% 0.61% -
XYZ 16.11 25.52 12.67 -
YUV 122.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 73 155 85 0.53 0 0.45 0.39 128.78 0.36 0.45
Hex 49 9B 55 35 0 2D 27 81 24 2D
Octal 111 233 125 65 0 55 47 201 44 55
Binary 1001001 10011011 1010101 110101 0 101101 100111 10000001 100100 101101

Color Harmonies of #499B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B55

Black with #499B55

Text Example


Text Example

White with #499B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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