#3DAF4E

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

Shades of Fruit Salad #3DAF4E

Tints of Fruit Salad #3DAF4E

Color information

#3DAF4E (or 0x3DAF4E) is unknown color: approx Fruit Salad. HEX triplet: 3D, AF and 4E. RGB value is (61,175,78). Sum of RGB (Red+Green+Blue) = 61+175+78=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #3DAF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAF4E is #C250B1. Grayscale: #828282. Windows color (decimal): -12734642 or 5156669. OLE color: 5156669.

HSL color Cylindrical-coordinate representation of color #3DAF4E: hue angle of 128.95º 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 #3DAF4E is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB6117578-
CMYK0.6500.550.31
HSL128.95º48.31%46.27%-
HSV(B)128.95º65.14%68.63%-
XYZ18.6332.212.44-
YUV129.8698.7378.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 175 (68.75% from 255) = 55.73%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=19.43%
G=55.73%
B=24.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61175780.6500.550.31128.9548.3146.27
Hex3DAF4E410371F81302e
Octal75257116101067372016056
Binary111101101011111001110100000101101111111110000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAF4E; }

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

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

<style>
 a { background-color: #3DAF4E; }

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

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

<style>
 span { border-color: #3DAF4E; }

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

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