#4DAA44

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

Shades of Fruit Salad #4DAA44

Tints of Fruit Salad #4DAA44

Color information

#4DAA44 (or 0x4DAA44) is unknown color: approx Fruit Salad. HEX triplet: 4D, AA and 44. RGB value is (77,170,68). Sum of RGB (Red+Green+Blue) = 77+170+68=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA44 is #B255BB. Grayscale: #828282. Windows color (decimal): -11687356 or 4500045. OLE color: 4500045.

HSL color Cylindrical-coordinate representation of color #4DAA44: hue angle of 114.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DAA44 is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB7717068-
CMYK0.5500.60.33
HSL114.71º42.86%46.67%-
HSV(B)114.71º60%66.67%-
XYZ18.4830.7410.43-
YUV130.5692.6989.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=24.44%
G=53.97%
B=21.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77170680.5500.60.33114.7142.8646.67
Hex4DAA443703C21732b2f
Octal11525210467074411635357
Binary100110110101010100010011011101111001000011110011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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