Html Css Color HEX #499654 Fruit Salad

📋 copy color: '#499654'

red 73 ◦ green 150 ◦ blue 84

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

Shades of Fruit Salad #499654

Tints of Fruit Salad #499654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 23.78%
G = 48.86%
B = 27.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#499654 (or 0x499654) is known color: Fruit Salad. HEX triplet: 49, 96 and 54. RGB value is (73,150,84). Sum of RGB (Red+Green+Blue) = 73+150+84=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #499654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499654 is #B669AB. Grayscale: #777777. Windows color (decimal): -11954604 or 5543497. OLE color: 5543497.

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

Color convert

RGB 73 150 84 -
CMYK 0.51 0 0.44 0.41
HSL 128.57º 0.35% 0.44% -
HSV(B) 128.57º 0.51% 0.59% -
XYZ 15.25 23.87 12.19 -
YUV 119.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 73 150 84 0.51 0 0.44 0.41 128.57 0.35 0.44
Hex 49 96 54 33 0 2C 29 81 23 2C
Octal 111 226 124 63 0 54 51 201 43 54
Binary 1001001 10010110 1010100 110011 0 101100 101001 10000001 100011 101100

Color Harmonies of #499654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499654

Black with #499654

Text Example


Text Example

White with #499654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499654; }

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

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

background-color css

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

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

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

border-color css

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

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

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