#4AAD45

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

Shades of Fruit Salad #4AAD45

Tints of Fruit Salad #4AAD45

Color information

#4AAD45 (or 0x4AAD45) is unknown color: approx Fruit Salad. HEX triplet: 4A, AD and 45. RGB value is (74,173,69). Sum of RGB (Red+Green+Blue) = 74+173+69=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD45 is #B552BA. Grayscale: #838383. Windows color (decimal): -11883195 or 4566346. OLE color: 4566346.

HSL color Cylindrical-coordinate representation of color #4AAD45: hue angle of 117.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AAD45 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB7417369-
CMYK0.5700.600.32
HSL117.12º42.98%47.45%-
HSV(B)117.12º60.12%67.84%-
XYZ18.8431.7710.77-
YUV131.5492.786.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.42%
GREEN value IS 173 (67.97% from 255) = 54.75%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=23.42%
G=54.75%
B=21.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal74173690.5700.600.32117.1242.9847.45
Hex4AAD453903C20752b2f
Octal11225510571074401655357
Binary100101010101101100010111100101111001000001110101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,173,69); }

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

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

 a { background-color: rgb(74,173,69); }

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

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

 span { border-color: rgb(74,173,69); }

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