#499E4A

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

Shades of Fruit Salad #499E4A

Tints of Fruit Salad #499E4A

Color information

#499E4A (or 0x499E4A) is unknown color: approx Fruit Salad. HEX triplet: 49, 9E and 4A. RGB value is (73,158,74). Sum of RGB (Red+Green+Blue) = 73+158+74=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #499E4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499E4A is #B661B5. Grayscale: #7B7B7B. Windows color (decimal): -11952566 or 4890185. OLE color: 4890185.

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

Color convert

RGB7315874-
CMYK0.5400.530.38
HSL120.71º36.8%45.29%-
HSV(B)120.71º53.8%61.96%-
XYZ16.2126.3610.71-
YUV123.01100.3492.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 158 (62.11% from 255) = 51.80%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=23.93%
G=51.80%
B=24.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73158740.5400.530.38120.7136.845.29
Hex499E4A360352679252d
Octal11123611266065461714555
Binary100100110011110100101011011001101011001101111001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,74); }

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

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

 a { background-color: rgb(73,158,74); }

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

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

 span { border-color: rgb(73,158,74); }

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