#499541

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

Shades of Fruit Salad #499541

Tints of Fruit Salad #499541

Color information

#499541 (or 0x499541) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 41. RGB value is (73,149,65). Sum of RGB (Red+Green+Blue) = 73+149+65=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #499541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499541 is #B66ABE. Grayscale: #747474. Windows color (decimal): -11954879 or 4298057. OLE color: 4298057.

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

Color convert

RGB7314965-
CMYK0.5100.560.42
HSL114.29º39.25%41.96%-
HSV(B)114.29º56.38%58.43%-
XYZ14.4523.298.74-
YUV116.798.8296.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=25.44%
G=51.92%
B=22.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149650.5100.560.42114.2939.2541.96
Hex499541330382A72272a
Octal11122510163070521624752
Binary100100110010101100000111001101110001010101110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499541; }

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

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

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

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

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

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

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

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