Html Css Color HEX #499653 Fruit Salad

📋 copy color: '#499653'

red 73 ◦ green 150 ◦ blue 83

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

Shades of Fruit Salad #499653

Tints of Fruit Salad #499653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

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

R = 23.86%
G = 49.02%
B = 27.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#499653 (or 0x499653) is known color: Fruit Salad. HEX triplet: 49, 96 and 53. RGB value is (73,150,83). Sum of RGB (Red+Green+Blue) = 73+150+83=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #499653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499653 is #B669AC. Grayscale: #777777. Windows color (decimal): -11954605 or 5477961. OLE color: 5477961.

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

Color convert

RGB 73 150 83 -
CMYK 0.51 0 0.45 0.41
HSL 127.79º 0.35% 0.44% -
HSV(B) 127.79º 0.51% 0.59% -
XYZ 15.22 23.85 11.99 -
YUV 119.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 73 150 83 0.51 0 0.45 0.41 127.79 0.35 0.44
Hex 49 96 53 33 0 2D 29 80 23 2C
Octal 111 226 123 63 0 55 51 200 43 54
Binary 1001001 10010110 1010011 110011 0 101101 101001 10000000 100011 101100

Color Harmonies of #499653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499653

Black with #499653

Text Example


Text Example

White with #499653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499653; }

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

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

background-color css

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

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

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

border-color css

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

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

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