Html Css Color HEX #499048 Fruit Salad

📋 copy color: '#499048'

red 73 ◦ green 144 ◦ blue 72

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

Shades of Fruit Salad #499048

Tints of Fruit Salad #499048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 25.26%
G = 49.83%
B = 24.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#499048 (or 0x499048) is known color: Fruit Salad. HEX triplet: 49, 90 and 48. RGB value is (73,144,72). Sum of RGB (Red+Green+Blue) = 73+144+72=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #499048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499048 is #B66FB7. Grayscale: #727272. Windows color (decimal): -11956152 or 4755529. OLE color: 4755529.

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

Color convert

RGB 73 144 72 -
CMYK 0.49 0 0.50 0.44
HSL 119.17º 0.33% 0.42% -
HSV(B) 119.17º 0.5% 0.56% -
XYZ 13.89 21.83 9.61 -
YUV 114.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 73 144 72 0.49 0 0.50 0.44 119.17 0.33 0.42
Hex 49 90 48 31 0 32 2C 77 21 2A
Octal 111 220 110 61 0 62 54 167 41 52
Binary 1001001 10010000 1001000 110001 0 110010 101100 1110111 100001 101010

Color Harmonies of #499048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499048

Black with #499048

Text Example


Text Example

White with #499048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499048; }

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

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

background-color css

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

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

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

border-color css

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

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

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