#499A4A

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

Shades of Fruit Salad #499A4A

Tints of Fruit Salad #499A4A

Color information

#499A4A (or 0x499A4A) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 4A. RGB value is (73,154,74). Sum of RGB (Red+Green+Blue) = 73+154+74=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #499A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A4A is #B665B5. Grayscale: #787878. Windows color (decimal): -11953590 or 4889161. OLE color: 4889161.

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

Color convert

RGB7315474-
CMYK0.5300.520.40
HSL120.74º35.68%44.51%-
HSV(B)120.74º52.6%60.39%-
XYZ15.5425.0210.49-
YUV120.66101.6694-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 154 (60.55% from 255) = 51.16%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=24.25%
G=51.16%
B=24.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154740.5300.520.40120.7435.6844.51
Hex499A4A350342879242d
Octal11123211265064501714455
Binary100100110011010100101011010101101001010001111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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