#4AA53E

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

Shades of Fruit Salad #4AA53E

Tints of Fruit Salad #4AA53E

Color information

#4AA53E (or 0x4AA53E) is unknown color: approx Fruit Salad. HEX triplet: 4A, A5 and 3E. RGB value is (74,165,62). Sum of RGB (Red+Green+Blue) = 74+165+62=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA53E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA53E is #B55AC1. Grayscale: #7E7E7E. Windows color (decimal): -11885250 or 4105546. OLE color: 4105546.

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

Color convert

RGB7416562-
CMYK0.5500.620.35
HSL113.01º45.37%44.51%-
HSV(B)113.01º62.42%64.71%-
XYZ17.1528.719.2-
YUV126.0591.8590.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.58%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=24.58%
G=54.82%
B=20.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74165620.5500.620.35113.0145.3744.51
Hex4AA53E3703E23712d2d
Octal1122457667076431615555
Binary10010101010010111111011011101111101000111110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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