Html Css Color HEX #49984D Fruit Salad

📋 copy color: '#49984D'

red 73 ◦ green 152 ◦ blue 77

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

Shades of Fruit Salad #49984D

Tints of Fruit Salad #49984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 24.17%
G = 50.33%
B = 25.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#49984D (or 0x49984D) is known color: Fruit Salad. HEX triplet: 49, 98 and 4D. RGB value is (73,152,77). Sum of RGB (Red+Green+Blue) = 73+152+77=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #49984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49984D is #B667B2. Grayscale: #787878. Windows color (decimal): -11954099 or 5085257. OLE color: 5085257.

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

Color convert

RGB 73 152 77 -
CMYK 0.52 0 0.49 0.40
HSL 123.04º 0.35% 0.44% -
HSV(B) 123.04º 0.52% 0.6% -
XYZ 15.32 24.41 10.93 -
YUV 119.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 73 152 77 0.52 0 0.49 0.40 123.04 0.35 0.44
Hex 49 98 4D 34 0 31 28 7B 23 2C
Octal 111 230 115 64 0 61 50 173 43 54
Binary 1001001 10011000 1001101 110100 0 110001 101000 1111011 100011 101100

Color Harmonies of #49984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49984D

Black with #49984D

Text Example


Text Example

White with #49984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49984D; }

 p { color: rgb(73,152,77); }

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

background-color css

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

 a { background-color: rgb(73,152,77); }

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

border-color css

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

 span { border-color: rgb(73,152,77); }

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