#4AAA3F

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

Shades of Fruit Salad #4AAA3F

Tints of Fruit Salad #4AAA3F

Color information

#4AAA3F (or 0x4AAA3F) is unknown color: approx Fruit Salad. HEX triplet: 4A, AA and 3F. RGB value is (74,170,63). Sum of RGB (Red+Green+Blue) = 74+170+63=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA3F is #B555C0. Grayscale: #818181. Windows color (decimal): -11883969 or 4172362. OLE color: 4172362.

HSL color Cylindrical-coordinate representation of color #4AAA3F: hue angle of 113.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AAA3F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB7417063-
CMYK0.5600.630.33
HSL113.83º45.92%45.69%-
HSV(B)113.83º62.94%66.67%-
XYZ18.130.569.65-
YUV129.190.788.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.10%
GREEN value IS 170 (66.80% from 255) = 55.37%
BLUE value IS 63 (25% from 255) = 20.52%
R=24.10%
G=55.37%
B=20.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74170630.5600.630.33113.8345.9245.69
Hex4AAA3F3803F21722e2e
Octal1122527770077411625656
Binary10010101010101011111111100001111111000011110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,170,63); }

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

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

 a { background-color: rgb(74,170,63); }

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

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

 span { border-color: rgb(74,170,63); }

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