#499841

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

Shades of Fruit Salad #499841

Tints of Fruit Salad #499841

Color information

#499841 (or 0x499841) is unknown color: approx Fruit Salad. HEX triplet: 49, 98 and 41. RGB value is (73,152,65). Sum of RGB (Red+Green+Blue) = 73+152+65=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #499841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499841 is #B667BE. Grayscale: #767676. Windows color (decimal): -11954111 or 4298825. OLE color: 4298825.

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

Color convert

RGB7315265-
CMYK0.5200.570.40
HSL114.48º40.09%42.55%-
HSV(B)114.48º57.24%59.61%-
XYZ14.9324.258.9-
YUV118.4697.8395.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=25.17%
G=52.41%
B=22.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152650.5200.570.40114.4840.0942.55
Hex499841340392872282b
Octal11123010164071501625053
Binary100100110011000100000111010001110011010001110010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499841; }

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

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

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

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

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

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

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

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