Html Css Color HEX #499D40 Fruit Salad

📋 copy color: '#499D40'

red 73 ◦ green 157 ◦ blue 64

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

Shades of Fruit Salad #499D40

Tints of Fruit Salad #499D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.4%

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

R = 24.83%
G = 53.4%
B = 21.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#499D40 (or 0x499D40) is known color: Fruit Salad. HEX triplet: 49, 9D and 40. RGB value is (73,157,64). Sum of RGB (Red+Green+Blue) = 73+157+64=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #499D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D40 is #B662BF. Grayscale: #797979. Windows color (decimal): -11952832 or 4234569. OLE color: 4234569.

HSL color Cylindrical-coordinate representation of color #499D40: hue angle of 114.19º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #499D40 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 64 -
CMYK 0.54 0 0.59 0.38
HSL 114.19º 0.42% 0.43% -
HSV(B) 114.19º 0.59% 0.62% -
XYZ 15.73 25.9 9.02 -
YUV 121.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 73 157 64 0.54 0 0.59 0.38 114.19 0.42 0.43
Hex 49 9D 40 36 0 3B 26 72 2A 2B
Octal 111 235 100 66 0 73 46 162 52 53
Binary 1001001 10011101 1000000 110110 0 111011 100110 1110010 101010 101011

Color Harmonies of #499D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D40

Black with #499D40

Text Example


Text Example

White with #499D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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