#499848

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

Shades of Fruit Salad #499848

Tints of Fruit Salad #499848

Color information

#499848 (or 0x499848) is unknown color: approx Fruit Salad. HEX triplet: 49, 98 and 48. RGB value is (73,152,72). Sum of RGB (Red+Green+Blue) = 73+152+72=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #499848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499848 is #B667B7. Grayscale: #777777. Windows color (decimal): -11954104 or 4757577. OLE color: 4757577.

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

Color convert

RGB7315272-
CMYK0.5200.530.40
HSL119.25º35.71%43.92%-
HSV(B)119.25º52.63%59.61%-
XYZ15.1524.3410.03-
YUV119.26101.3395-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=24.58%
G=51.18%
B=24.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152720.5200.530.40119.2535.7143.92
Hex499848340352877242c
Octal11123011064065501674454
Binary100100110011000100100011010001101011010001110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499848; }

 p { color: rgb(73,152,72); }

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

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

 a { background-color: rgb(73,152,72); }

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

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

 span { border-color: rgb(73,152,72); }

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