#4AA858

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

Shades of Fruit Salad #4AA858

Tints of Fruit Salad #4AA858

Color information

#4AA858 (or 0x4AA858) is unknown color: approx Fruit Salad. HEX triplet: 4A, A8 and 58. RGB value is (74,168,88). Sum of RGB (Red+Green+Blue) = 74+168+88=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #4AA858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA858 is #B557A7. Grayscale: #838383. Windows color (decimal): -11884456 or 5810250. OLE color: 5810250.

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

Color convert

RGB7416888-
CMYK0.5600.480.34
HSL128.94º38.84%47.45%-
HSV(B)128.94º55.95%65.88%-
XYZ18.5930.1714.08-
YUV130.77103.8687.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.42%
GREEN value IS 168 (66.02% from 255) = 50.91%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=22.42%
G=50.91%
B=26.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal74168880.5600.480.34128.9438.8447.45
Hex4AA858380302281272f
Octal11225013070060422014757
Binary1001010101010001011000111000011000010001010000001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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