#4DA445

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

Shades of Fruit Salad #4DA445

Tints of Fruit Salad #4DA445

Color information

#4DA445 (or 0x4DA445) is unknown color: approx Fruit Salad. HEX triplet: 4D, A4 and 45. RGB value is (77,164,69). Sum of RGB (Red+Green+Blue) = 77+164+69=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA445 is #B25BBA. Grayscale: #7F7F7F. Windows color (decimal): -11688891 or 4564045. OLE color: 4564045.

HSL color Cylindrical-coordinate representation of color #4DA445: hue angle of 114.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DA445 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB7716469-
CMYK0.5300.580.36
HSL114.95º40.77%45.69%-
HSV(B)114.95º57.93%64.31%-
XYZ17.4128.5610.22-
YUV127.1695.1892.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.84%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=24.84%
G=52.90%
B=22.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal77164690.5300.580.36114.9540.7745.69
Hex4DA4453503A2473292e
Octal11524410565072441635156
Binary100110110100100100010111010101110101001001110011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,164,69); }

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

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

 a { background-color: rgb(77,164,69); }

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

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

 span { border-color: rgb(77,164,69); }

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