#4AAF46

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

Shades of Fruit Salad #4AAF46

Tints of Fruit Salad #4AAF46

Color information

#4AAF46 (or 0x4AAF46) is unknown color: approx Fruit Salad. HEX triplet: 4A, AF and 46. RGB value is (74,175,70). Sum of RGB (Red+Green+Blue) = 74+175+70=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF46 is #B550B9. Grayscale: #858585. Windows color (decimal): -11882682 or 4632394. OLE color: 4632394.

HSL color Cylindrical-coordinate representation of color #4AAF46: hue angle of 117.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AAF46 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB7417570-
CMYK0.5800.600.31
HSL117.71º42.86%48.04%-
HSV(B)117.71º60%68.63%-
XYZ19.2632.5611.06-
YUV132.8392.5486.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.20%
GREEN value IS 175 (68.75% from 255) = 54.86%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=23.20%
G=54.86%
B=21.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74175700.5800.600.31117.7142.8648.04
Hex4AAF463A03C1F762b30
Octal11225710672074371665360
Binary10010101010111110001101110100111100111111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,175,70); }

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

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

 a { background-color: rgb(74,175,70); }

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

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

 span { border-color: rgb(74,175,70); }

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