Html Css Color HEX #499249 Fruit Salad

📋 copy color: '#499249'

red 73 ◦ green 146 ◦ blue 73

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

Shades of Fruit Salad #499249

Tints of Fruit Salad #499249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50%

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

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#499249 (or 0x499249) is known color: Fruit Salad. HEX triplet: 49, 92 and 49. RGB value is (73,146,73). Sum of RGB (Red+Green+Blue) = 73+146+73=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #499249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499249 is #B66DB6. Grayscale: #747474. Windows color (decimal): -11955639 or 4821577. OLE color: 4821577.

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

Color convert

RGB 73 146 73 -
CMYK 0.5 0 0.5 0.43
HSL 120º 0.33% 0.43% -
HSV(B) 120º 0.5% 0.57% -
XYZ 14.23 22.46 9.89 -
YUV 115.85 103.82 97.44 -
System Red Green Blue C M Y K H S L
Decimal 73 146 73 0.5 0 0.5 0.43 120 0.33 0.43
Hex 49 92 49 32 0 32 2B 78 21 2B
Octal 111 222 111 62 0 62 53 170 41 53
Binary 1001001 10010010 1001001 110010 0 110010 101011 1111000 100001 101011

Color Harmonies of #499249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499249

Black with #499249

Text Example


Text Example

White with #499249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499249; }

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

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

background-color css

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

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

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

border-color css

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

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

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