Html Css Color HEX #499344 Fruit Salad

📋 copy color: '#499344'

red 73 ◦ green 147 ◦ blue 68

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

Shades of Fruit Salad #499344

Tints of Fruit Salad #499344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.04%

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 25.35%
G = 51.04%
B = 23.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#499344 (or 0x499344) is known color: Fruit Salad. HEX triplet: 49, 93 and 44. RGB value is (73,147,68). Sum of RGB (Red+Green+Blue) = 73+147+68=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #499344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499344 is #B66CBB. Grayscale: #747474. Windows color (decimal): -11955388 or 4494153. OLE color: 4494153.

HSL color Cylindrical-coordinate representation of color #499344: hue angle of 116.2º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499344 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 147 68 -
CMYK 0.50 0 0.54 0.42
HSL 116.2º 0.37% 0.42% -
HSV(B) 116.2º 0.54% 0.58% -
XYZ 14.22 22.7 9.1 -
YUV 115.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 73 147 68 0.50 0 0.54 0.42 116.2 0.37 0.42
Hex 49 93 44 32 0 36 2A 74 25 2A
Octal 111 223 104 62 0 66 52 164 45 52
Binary 1001001 10010011 1000100 110010 0 110110 101010 1110100 100101 101010

Color Harmonies of #499344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499344

Black with #499344

Text Example


Text Example

White with #499344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499344; }

 p { color: rgb(73,147,68); }

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

background-color css

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

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

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

border-color css

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

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

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