Html Css Color HEX #499849 Fruit Salad

📋 copy color: '#499849'

red 73 ◦ green 152 ◦ blue 73

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

Shades of Fruit Salad #499849

Tints of Fruit Salad #499849

RGB

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

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

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

R = 24.5%
G = 51.01%
B = 24.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#499849 (or 0x499849) is known color: Fruit Salad. HEX triplet: 49, 98 and 49. RGB value is (73,152,73). Sum of RGB (Red+Green+Blue) = 73+152+73=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #499849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499849 is #B667B6. Grayscale: #777777. Windows color (decimal): -11954103 or 4823113. OLE color: 4823113.

HSL color Cylindrical-coordinate representation of color #499849: hue angle of 120º 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 #499849 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 73 -
CMYK 0.52 0 0.52 0.40
HSL 120º 0.35% 0.44% -
HSV(B) 120º 0.52% 0.6% -
XYZ 15.18 24.35 10.2 -
YUV 119.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 73 152 73 0.52 0 0.52 0.40 120 0.35 0.44
Hex 49 98 49 34 0 34 28 78 23 2C
Octal 111 230 111 64 0 64 50 170 43 54
Binary 1001001 10011000 1001001 110100 0 110100 101000 1111000 100011 101100

Color Harmonies of #499849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499849

Black with #499849

Text Example


Text Example

White with #499849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499849; }

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

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

background-color css

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

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

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

border-color css

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

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

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