#4AA558

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

Shades of Fruit Salad #4AA558

Tints of Fruit Salad #4AA558

Color information

#4AA558 (or 0x4AA558) is unknown color: approx Fruit Salad. HEX triplet: 4A, A5 and 58. RGB value is (74,165,88). Sum of RGB (Red+Green+Blue) = 74+165+88=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA558 is #B55AA7. Grayscale: #818181. Windows color (decimal): -11885224 or 5809482. OLE color: 5809482.

HSL color Cylindrical-coordinate representation of color #4AA558: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA558 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB7416588-
CMYK0.5500.470.35
HSL129.23º38.08%46.86%-
HSV(B)129.23º55.15%64.71%-
XYZ18.0429.0713.89-
YUV129.01104.8588.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=22.63%
G=50.46%
B=26.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74165880.5500.470.35129.2338.0846.86
Hex4AA5583702F2381262f
Octal11224513067057432014657
Binary1001010101001011011000110111010111110001110000001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,88); }

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

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

 a { background-color: rgb(74,165,88); }

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

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

 span { border-color: rgb(74,165,88); }

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