#4AAD55

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

Shades of Fruit Salad #4AAD55

Tints of Fruit Salad #4AAD55

Color information

#4AAD55 (or 0x4AAD55) is unknown color: approx Fruit Salad. HEX triplet: 4A, AD and 55. RGB value is (74,173,85). Sum of RGB (Red+Green+Blue) = 74+173+85=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAD55 is #B552AA. Grayscale: #858585. Windows color (decimal): -11883179 or 5614922. OLE color: 5614922.

HSL color Cylindrical-coordinate representation of color #4AAD55: hue angle of 126.67º 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 #4AAD55 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB7417385-
CMYK0.5700.510.32
HSL126.67º40.08%48.43%-
HSV(B)126.67º57.23%67.84%-
XYZ19.413213.75-
YUV133.37100.785.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 173 (67.97% from 255) = 52.11%
BLUE value IS 85 (33.59% from 255) = 25.60%
R=22.29%
G=52.11%
B=25.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74173850.5700.510.32126.6740.0848.43
Hex4AAD5539033207f2830
Octal11225512571063401775060
Binary100101010101101101010111100101100111000001111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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