Html Css Color HEX #499247 Fruit Salad

📋 copy color: '#499247'

red 73 ◦ green 146 ◦ blue 71

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

Shades of Fruit Salad #499247

Tints of Fruit Salad #499247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.48%

R = 25.17%
G = 50.34%
B = 24.48%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#499247 (or 0x499247) is known color: Fruit Salad. HEX triplet: 49, 92 and 47. RGB value is (73,146,71). Sum of RGB (Red+Green+Blue) = 73+146+71=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #499247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499247 is #B66DB8. Grayscale: #737373. Windows color (decimal): -11955641 or 4690505. OLE color: 4690505.

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

Color convert

RGB 73 146 71 -
CMYK 0.5 0 0.51 0.43
HSL 118.4º 0.35% 0.43% -
HSV(B) 118.4º 0.51% 0.57% -
XYZ 14.16 22.43 9.54 -
YUV 115.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 73 146 71 0.5 0 0.51 0.43 118.4 0.35 0.43
Hex 49 92 47 32 0 33 2B 76 23 2B
Octal 111 222 107 62 0 63 53 166 43 53
Binary 1001001 10010010 1000111 110010 0 110011 101011 1110110 100011 101011

Color Harmonies of #499247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499247

Black with #499247

Text Example


Text Example

White with #499247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499247; }

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

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

background-color css

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

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

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

border-color css

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

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

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