Html Css Color HEX #499446 Fruit Salad

📋 copy color: '#499446'

red 73 ◦ green 148 ◦ blue 70

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

Shades of Fruit Salad #499446

Tints of Fruit Salad #499446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 25.09%
G = 50.86%
B = 24.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#499446 (or 0x499446) is known color: Fruit Salad. HEX triplet: 49, 94 and 46. RGB value is (73,148,70). Sum of RGB (Red+Green+Blue) = 73+148+70=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #499446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499446 is #B66BB9. Grayscale: #747474. Windows color (decimal): -11955130 or 4625481. OLE color: 4625481.

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

Color convert

RGB 73 148 70 -
CMYK 0.51 0 0.53 0.42
HSL 117.69º 0.36% 0.43% -
HSV(B) 117.69º 0.53% 0.58% -
XYZ 14.44 23.04 9.48 -
YUV 116.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 73 148 70 0.51 0 0.53 0.42 117.69 0.36 0.43
Hex 49 94 46 33 0 35 2A 76 24 2B
Octal 111 224 106 63 0 65 52 166 44 53
Binary 1001001 10010100 1000110 110011 0 110101 101010 1110110 100100 101011

Color Harmonies of #499446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499446

Black with #499446

Text Example


Text Example

White with #499446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499446; }

 p { color: rgb(73,148,70); }

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

background-color css

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

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

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

border-color css

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

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

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