Html Css Color HEX #499147 Fruit Salad

📋 copy color: '#499147'

red 73 ◦ green 145 ◦ blue 71

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

Shades of Fruit Salad #499147

Tints of Fruit Salad #499147

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

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

R = 25.26%
G = 50.17%
B = 24.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#499147 (or 0x499147) is known color: Fruit Salad. HEX triplet: 49, 91 and 47. RGB value is (73,145,71). Sum of RGB (Red+Green+Blue) = 73+145+71=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #499147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499147 is #B66EB8. Grayscale: #737373. Windows color (decimal): -11955897 or 4690249. OLE color: 4690249.

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

Color convert

RGB 73 145 71 -
CMYK 0.50 0 0.51 0.43
HSL 118.38º 0.34% 0.42% -
HSV(B) 118.38º 0.51% 0.57% -
XYZ 14.01 22.12 9.49 -
YUV 115.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 73 145 71 0.50 0 0.51 0.43 118.38 0.34 0.42
Hex 49 91 47 32 0 33 2B 76 22 2A
Octal 111 221 107 62 0 63 53 166 42 52
Binary 1001001 10010001 1000111 110010 0 110011 101011 1110110 100010 101010

Color Harmonies of #499147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499147

Black with #499147

Text Example


Text Example

White with #499147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499147; }

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

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

background-color css

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

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

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

border-color css

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

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

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