#499C51

Color #499C51 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #499C51

Tints of Fruit Salad #499C51

Color information

#499C51 (or 0x499C51) is unknown color: approx 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

RGB7315681-
CMYK0.5300.480.39
HSL125.78º36.24%44.9%-
HSV(B)125.78º53.21%61.18%-
XYZ16.1225.7911.91-
YUV122.63104.592.6-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73156810.5300.480.39125.7836.2444.9
Hex499C5135030277e242d
Octal11123412165060471764455
Binary100100110011100101000111010101100001001111111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>