#4DAA3D

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

Shades of Fruit Salad #4DAA3D

Tints of Fruit Salad #4DAA3D

Color information

#4DAA3D (or 0x4DAA3D) is unknown color: approx Fruit Salad. HEX triplet: 4D, AA and 3D. RGB value is (77,170,61). Sum of RGB (Red+Green+Blue) = 77+170+61=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA3D is #B255C2. Grayscale: #828282. Windows color (decimal): -11687363 or 4041293. OLE color: 4041293.

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

Color convert

RGB7717061-
CMYK0.5500.640.33
HSL111.19º47.19%45.29%-
HSV(B)111.19º64.12%66.67%-
XYZ18.2830.669.37-
YUV129.7789.1990.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=25%
G=55.19%
B=19.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77170610.5500.640.33111.1947.1945.29
Hex4DAA3D37040216f2f2d
Octal11525275670100411575755
Binary100110110101010111101110111010000001000011101111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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