#499B4B

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

Shades of Fruit Salad #499B4B

Tints of Fruit Salad #499B4B

Color information

#499B4B (or 0x499B4B) is unknown color: approx Fruit Salad. HEX triplet: 49, 9B and 4B. RGB value is (73,155,75). Sum of RGB (Red+Green+Blue) = 73+155+75=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #499B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B4B is #B664B4. Grayscale: #797979. Windows color (decimal): -11953333 or 4954953. OLE color: 4954953.

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

Color convert

RGB7315575-
CMYK0.5300.520.39
HSL121.46º35.96%44.71%-
HSV(B)121.46º52.9%60.78%-
XYZ15.7425.3710.72-
YUV121.36101.8393.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=24.09%
G=51.16%
B=24.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73155750.5300.520.39121.4635.9644.71
Hex499B4B350342779242d
Octal11123311365064471714455
Binary100100110011011100101111010101101001001111111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,155,75); }

 H1.HeaderClassName
 {
   color: #499B4B;
 }
 .AnyTagClassName
 {
   color: #499B4B;
 }
</style>
background-color css

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

 a { background-color: rgb(73,155,75); }

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

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

 span { border-color: rgb(73,155,75); }

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