Html Css Color HEX #499349 Fruit Salad

📋 copy color: '#499349'

red 73 ◦ green 147 ◦ blue 73

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

Shades of Fruit Salad #499349

Tints of Fruit Salad #499349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 24.91%
G = 50.17%
B = 24.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#499349 (or 0x499349) is known color: Fruit Salad. HEX triplet: 49, 93 and 49. RGB value is (73,147,73). Sum of RGB (Red+Green+Blue) = 73+147+73=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #499349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499349 is #B66CB6. Grayscale: #747474. Windows color (decimal): -11955383 or 4821833. OLE color: 4821833.

HSL color Cylindrical-coordinate representation of color #499349: hue angle of 120º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499349 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 73 -
CMYK 0.50 0 0.50 0.42
HSL 120º 0.34% 0.43% -
HSV(B) 120º 0.5% 0.58% -
XYZ 14.38 22.76 9.94 -
YUV 116.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 73 147 73 0.50 0 0.50 0.42 120 0.34 0.43
Hex 49 93 49 32 0 32 2A 78 22 2B
Octal 111 223 111 62 0 62 52 170 42 53
Binary 1001001 10010011 1001001 110010 0 110010 101010 1111000 100010 101011

Color Harmonies of #499349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499349

Black with #499349

Text Example


Text Example

White with #499349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499349; }

 p { color: rgb(73,147,73); }

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

background-color css

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

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

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

border-color css

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

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

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