Html Css Color HEX #499D41 Fruit Salad

📋 copy color: '#499D41'

red 73 ◦ green 157 ◦ blue 65

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

Shades of Fruit Salad #499D41

Tints of Fruit Salad #499D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 24.75%
G = 53.22%
B = 22.03%

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

#499D41 (or 0x499D41) is known color: Fruit Salad. HEX triplet: 49, 9D and 41. RGB value is (73,157,65). Sum of RGB (Red+Green+Blue) = 73+157+65=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #499D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D41 is #B662BE. Grayscale: #797979. Windows color (decimal): -11952831 or 4300105. OLE color: 4300105.

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

Color convert

RGB 73 157 65 -
CMYK 0.54 0 0.59 0.38
HSL 114.78º 0.41% 0.44% -
HSV(B) 114.78º 0.59% 0.62% -
XYZ 15.76 25.91 9.17 -
YUV 121.4 96.17 93.48 -
System Red Green Blue C M Y K H S L
Decimal 73 157 65 0.54 0 0.59 0.38 114.78 0.41 0.44
Hex 49 9D 41 36 0 3B 26 73 29 2C
Octal 111 235 101 66 0 73 46 163 51 54
Binary 1001001 10011101 1000001 110110 0 111011 100110 1110011 101001 101100

Color Harmonies of #499D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D41

Black with #499D41

Text Example


Text Example

White with #499D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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