Html Css Color HEX #499044 Fruit Salad

📋 copy color: '#499044'

red 73 ◦ green 144 ◦ blue 68

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

Shades of Fruit Salad #499044

Tints of Fruit Salad #499044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

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

R = 25.61%
G = 50.53%
B = 23.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#499044 (or 0x499044) is known color: Fruit Salad. HEX triplet: 49, 90 and 44. RGB value is (73,144,68). Sum of RGB (Red+Green+Blue) = 73+144+68=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #499044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499044 is #B66FBB. Grayscale: #727272. Windows color (decimal): -11956156 or 4493385. OLE color: 4493385.

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

Color convert

RGB 73 144 68 -
CMYK 0.49 0 0.53 0.44
HSL 116.05º 0.36% 0.42% -
HSV(B) 116.05º 0.53% 0.56% -
XYZ 13.76 21.78 8.95 -
YUV 114.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 73 144 68 0.49 0 0.53 0.44 116.05 0.36 0.42
Hex 49 90 44 31 0 35 2C 74 24 2A
Octal 111 220 104 61 0 65 54 164 44 52
Binary 1001001 10010000 1000100 110001 0 110101 101100 1110100 100100 101010

Color Harmonies of #499044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499044

Black with #499044

Text Example


Text Example

White with #499044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499044; }

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

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

background-color css

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

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

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

border-color css

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

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

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