#4DAF3D

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

Shades of Fruit Salad #4DAF3D

Tints of Fruit Salad #4DAF3D

Color information

#4DAF3D (or 0x4DAF3D) is unknown color: approx Fruit Salad. HEX triplet: 4D, AF and 3D. RGB value is (77,175,61). Sum of RGB (Red+Green+Blue) = 77+175+61=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAF3D is #B250C2. Grayscale: #858585. Windows color (decimal): -11686083 or 4042573. OLE color: 4042573.

HSL color Cylindrical-coordinate representation of color #4DAF3D: hue angle of 111.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DAF3D is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB7717561-
CMYK0.5600.650.31
HSL111.58º48.31%46.27%-
HSV(B)111.58º65.14%68.63%-
XYZ19.2332.579.69-
YUV132.787.5388.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 175 (68.75% from 255) = 55.91%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=24.60%
G=55.91%
B=19.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77175610.5600.650.31111.5848.3146.27
Hex4DAF3D380411F70302e
Octal11525775700101371606056
Binary10011011010111111110111100001000001111111110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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