Html Css Color HEX #499440 Fruit Salad

📋 copy color: '#499440'

red 73 ◦ green 148 ◦ blue 64

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

Shades of Fruit Salad #499440

Tints of Fruit Salad #499440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 25.61%
G = 51.93%
B = 22.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#499440 (or 0x499440) is known color: Fruit Salad. HEX triplet: 49, 94 and 40. RGB value is (73,148,64). Sum of RGB (Red+Green+Blue) = 73+148+64=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #499440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499440 is #B66BBF. Grayscale: #747474. Windows color (decimal): -11955136 or 4232265. OLE color: 4232265.

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

Color convert

RGB 73 148 64 -
CMYK 0.51 0 0.57 0.42
HSL 113.57º 0.4% 0.42% -
HSV(B) 113.57º 0.57% 0.58% -
XYZ 14.26 22.97 8.53 -
YUV 116 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 73 148 64 0.51 0 0.57 0.42 113.57 0.4 0.42
Hex 49 94 40 33 0 39 2A 72 28 2A
Octal 111 224 100 63 0 71 52 162 50 52
Binary 1001001 10010100 1000000 110011 0 111001 101010 1110010 101000 101010

Color Harmonies of #499440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499440

Black with #499440

Text Example


Text Example

White with #499440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499440; }

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

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

background-color css

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

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

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

border-color css

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

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

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