#49AF58

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

Shades of Fruit Salad #49AF58

Tints of Fruit Salad #49AF58

Color information

#49AF58 (or 0x49AF58) is unknown color: approx Fruit Salad. HEX triplet: 49, AF and 58. RGB value is (73,175,88). Sum of RGB (Red+Green+Blue) = 73+175+88=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF58 is #B650A7. Grayscale: #868686. Windows color (decimal): -11948200 or 5812041. OLE color: 5812041.

HSL color Cylindrical-coordinate representation of color #49AF58: hue angle of 128.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF58 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB7317588-
CMYK0.5800.500.31
HSL128.82º41.13%48.63%-
HSV(B)128.82º58.29%68.63%-
XYZ19.8432.7814.51-
YUV134.58101.7184.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=21.73%
G=52.08%
B=26.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73175880.5800.500.31128.8241.1348.63
Hex49AF583A0321F812931
Octal11125713072062372015161
Binary100100110101111101100011101001100101111110000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AF58; }

 p { color: rgb(73,175,88); }

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

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

 a { background-color: rgb(73,175,88); }

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

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

 span { border-color: rgb(73,175,88); }

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