#4DA344

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

Shades of Fruit Salad #4DA344

Tints of Fruit Salad #4DA344

Color information

#4DA344 (or 0x4DA344) is unknown color: approx Fruit Salad. HEX triplet: 4D, A3 and 44. RGB value is (77,163,68). Sum of RGB (Red+Green+Blue) = 77+163+68=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA344 is #B25CBB. Grayscale: #7E7E7E. Windows color (decimal): -11689148 or 4498253. OLE color: 4498253.

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

Color convert

RGB7716368-
CMYK0.5300.580.36
HSL114.32º41.13%45.29%-
HSV(B)114.32º58.28%63.92%-
XYZ17.228.1910-
YUV126.4695.0192.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=25%
G=52.92%
B=22.08%

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
Decimal77163680.5300.580.36114.3241.1345.29
Hex4DA3443503A2472292d
Octal11524310465072441625155
Binary100110110100011100010011010101110101001001110010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,163,68); }

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

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

 a { background-color: rgb(77,163,68); }

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

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

 span { border-color: rgb(77,163,68); }

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