Html Css Color HEX #499F41 Fruit Salad

📋 copy color: '#499F41'

red 73 ◦ green 159 ◦ blue 65

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

Shades of Fruit Salad #499F41

Tints of Fruit Salad #499F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.54%

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

R = 24.58%
G = 53.54%
B = 21.89%

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

#499F41 (or 0x499F41) is known color: Fruit Salad. HEX triplet: 49, 9F and 41. RGB value is (73,159,65). Sum of RGB (Red+Green+Blue) = 73+159+65=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #499F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499F41 is #B660BE. Grayscale: #7A7A7A. Windows color (decimal): -11952319 or 4300617. OLE color: 4300617.

HSL color Cylindrical-coordinate representation of color #499F41: hue angle of 114.89º degrees, saturation: 0.42, 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 #499F41 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 159 65 -
CMYK 0.54 0 0.59 0.38
HSL 114.89º 0.42% 0.44% -
HSV(B) 114.89º 0.59% 0.62% -
XYZ 16.1 26.59 9.29 -
YUV 122.57 95.51 92.64 -
System Red Green Blue C M Y K H S L
Decimal 73 159 65 0.54 0 0.59 0.38 114.89 0.42 0.44
Hex 49 9F 41 36 0 3B 26 73 2A 2C
Octal 111 237 101 66 0 73 46 163 52 54
Binary 1001001 10011111 1000001 110110 0 111011 100110 1110011 101010 101100

Color Harmonies of #499F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499F41

Black with #499F41

Text Example


Text Example

White with #499F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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