Html Css Color HEX #499C51 Fruit Salad

📋 copy color: '#499C51'

red 73 ◦ green 156 ◦ blue 81

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

Shades of Fruit Salad #499C51

Tints of Fruit Salad #499C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 23.55%
G = 50.32%
B = 26.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#499C51 (or 0x499C51) is known color: Fruit Salad. HEX triplet: 49, 9C and 51. RGB value is (73,156,81). Sum of RGB (Red+Green+Blue) = 73+156+81=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #499C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C51 is #B663AE. Grayscale: #7A7A7A. Windows color (decimal): -11953071 or 5348425. OLE color: 5348425.

HSL color Cylindrical-coordinate representation of color #499C51: hue angle of 125.78º 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 #499C51 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 81 -
CMYK 0.53 0 0.48 0.39
HSL 125.78º 0.36% 0.45% -
HSV(B) 125.78º 0.53% 0.61% -
XYZ 16.12 25.79 11.91 -
YUV 122.63 104.5 92.6 -
System Red Green Blue C M Y K H S L
Decimal 73 156 81 0.53 0 0.48 0.39 125.78 0.36 0.45
Hex 49 9C 51 35 0 30 27 7E 24 2D
Octal 111 234 121 65 0 60 47 176 44 55
Binary 1001001 10011100 1010001 110101 0 110000 100111 1111110 100100 101101

Color Harmonies of #499C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C51

Black with #499C51

Text Example


Text Example

White with #499C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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