#4AA849

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

Shades of Fruit Salad #4AA849

Tints of Fruit Salad #4AA849

Color information

#4AA849 (or 0x4AA849) is unknown color: approx Fruit Salad. HEX triplet: 4A, A8 and 49. RGB value is (74,168,73). Sum of RGB (Red+Green+Blue) = 74+168+73=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA849 is #B557B6. Grayscale: #818181. Windows color (decimal): -11884471 or 4827210. OLE color: 4827210.

HSL color Cylindrical-coordinate representation of color #4AA849: hue angle of 119.37º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA849 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB7416873-
CMYK0.5600.570.34
HSL119.37º39.42%47.25%-
HSV(B)119.37º56.55%65.88%-
XYZ18.0329.9411.13-
YUV129.0696.3688.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 168 (66.02% from 255) = 53.33%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=23.49%
G=53.33%
B=23.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal74168730.5600.570.34119.3739.4247.25
Hex4AA849380392277272f
Octal11225011170071421674757
Binary100101010101000100100111100001110011000101110111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA849; }

 p { color: rgb(74,168,73); }

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

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

 a { background-color: rgb(74,168,73); }

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

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

 span { border-color: rgb(74,168,73); }

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