Html Css Color HEX #499D53 Fruit Salad

📋 copy color: '#499D53'

red 73 ◦ green 157 ◦ blue 83

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

Shades of Fruit Salad #499D53

Tints of Fruit Salad #499D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 23.32%
G = 50.16%
B = 26.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#499D53 (or 0x499D53) is known color: Fruit Salad. HEX triplet: 49, 9D and 53. RGB value is (73,157,83). Sum of RGB (Red+Green+Blue) = 73+157+83=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #499D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D53 is #B662AC. Grayscale: #7B7B7B. Windows color (decimal): -11952813 or 5479753. OLE color: 5479753.

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

Color convert

RGB 73 157 83 -
CMYK 0.54 0 0.47 0.38
HSL 127.14º 0.37% 0.45% -
HSV(B) 127.14º 0.54% 0.62% -
XYZ 16.37 26.15 12.37 -
YUV 123.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 73 157 83 0.54 0 0.47 0.38 127.14 0.37 0.45
Hex 49 9D 53 36 0 2F 26 7F 25 2D
Octal 111 235 123 66 0 57 46 177 45 55
Binary 1001001 10011101 1010011 110110 0 101111 100110 1111111 100101 101101

Color Harmonies of #499D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D53

Black with #499D53

Text Example


Text Example

White with #499D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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