#499454

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

Shades of Fruit Salad #499454

Tints of Fruit Salad #499454

Color information

#499454 (or 0x499454) is unknown color: approx Fruit Salad. HEX triplet: 49, 94 and 54. RGB value is (73,148,84). Sum of RGB (Red+Green+Blue) = 73+148+84=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #499454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499454 is #B66BAB. Grayscale: #767676. Windows color (decimal): -11955116 or 5542985. OLE color: 5542985.

HSL color Cylindrical-coordinate representation of color #499454: hue angle of 128.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499454 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB7314884-
CMYK0.5100.430.42
HSL128.8º33.94%43.33%-
HSV(B)128.8º50.68%58.04%-
XYZ14.9423.2412.09-
YUV118.28108.6595.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=23.93%
G=48.52%
B=27.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73148840.5100.430.42128.833.9443.33
Hex4994543302B2A81222b
Octal11122412463053522014253
Binary1001001100101001010100110011010101110101010000001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499454; }

 p { color: rgb(73,148,84); }

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

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

 a { background-color: rgb(73,148,84); }

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

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

 span { border-color: rgb(73,148,84); }

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