#4AAD56

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

Shades of Fruit Salad #4AAD56

Tints of Fruit Salad #4AAD56

Color information

#4AAD56 (or 0x4AAD56) is unknown color: approx Fruit Salad. HEX triplet: 4A, AD and 56. RGB value is (74,173,86). Sum of RGB (Red+Green+Blue) = 74+173+86=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAD56 is #B552A9. Grayscale: #858585. Windows color (decimal): -11883178 or 5680458. OLE color: 5680458.

HSL color Cylindrical-coordinate representation of color #4AAD56: hue angle of 127.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAD56 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB7417386-
CMYK0.5700.500.32
HSL127.27º40.08%48.43%-
HSV(B)127.27º57.23%67.84%-
XYZ19.4532.0113.96-
YUV133.48101.285.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 173 (67.97% from 255) = 51.95%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=22.22%
G=51.95%
B=25.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74173860.5700.500.32127.2740.0848.43
Hex4AAD5639032207f2830
Octal11225512671062401775060
Binary100101010101101101011011100101100101000001111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,173,86); }

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

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

 a { background-color: rgb(74,173,86); }

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

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

 span { border-color: rgb(74,173,86); }

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