Html Css Color HEX #499C4D Fruit Salad

📋 copy color: '#499C4D'

red 73 ◦ green 156 ◦ blue 77

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

Shades of Fruit Salad #499C4D

Tints of Fruit Salad #499C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 23.86%
G = 50.98%
B = 25.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#499C4D (or 0x499C4D) is known color: Fruit Salad. HEX triplet: 49, 9C and 4D. RGB value is (73,156,77). Sum of RGB (Red+Green+Blue) = 73+156+77=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #499C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C4D is #B663B2. Grayscale: #7A7A7A. Windows color (decimal): -11953075 or 5086281. OLE color: 5086281.

HSL color Cylindrical-coordinate representation of color #499C4D: hue angle of 122.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C4D is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 77 -
CMYK 0.53 0 0.51 0.39
HSL 122.89º 0.36% 0.45% -
HSV(B) 122.89º 0.53% 0.61% -
XYZ 15.98 25.73 11.15 -
YUV 122.18 102.5 92.92 -
System Red Green Blue C M Y K H S L
Decimal 73 156 77 0.53 0 0.51 0.39 122.89 0.36 0.45
Hex 49 9C 4D 35 0 33 27 7B 24 2D
Octal 111 234 115 65 0 63 47 173 44 55
Binary 1001001 10011100 1001101 110101 0 110011 100111 1111011 100100 101101

Color Harmonies of #499C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C4D

Black with #499C4D

Text Example


Text Example

White with #499C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,77); }

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

background-color css

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

 a { background-color: rgb(73,156,77); }

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

border-color css

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

 span { border-color: rgb(73,156,77); }

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